comparison Util/GtkWarFoundryUtil.cs @ 54:f9f6e9db5350

Re #60: Add UI to add/remove/edit weapons in GTK * Add selection change notification from equipment list * Make ShowControl method return a boolean to say what the user did with it * Re-implement ShowControl to use Run() instead of ShowNow() so we can get a response result
author IBBoard <dev@ibboard.co.uk>
date Wed, 25 Aug 2010 16:01:12 +0000
parents 4bad8cb3f889
children
comparison
equal deleted inserted replaced
53:28b242612ad7 54:f9f6e9db5350
13 WarFoundryObject equip = (WarFoundryObject)model.GetValue(iter, 0); 13 WarFoundryObject equip = (WarFoundryObject)model.GetValue(iter, 0);
14 (cell as CellRendererText).Text = equip.Name; 14 (cell as CellRendererText).Text = equip.Name;
15 } 15 }
16 } 16 }
17 } 17 }
18