comparison gtk-gui/gui.stetic @ 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 28b242612ad7
children eb7db8495bb5
comparison
equal deleted inserted replaced
53:28b242612ad7 54:f9f6e9db5350
1064 <child> 1064 <child>
1065 <widget class="Gtk.RadioButton" id="rbEquipAll"> 1065 <widget class="Gtk.RadioButton" id="rbEquipAll">
1066 <property name="MemberName" /> 1066 <property name="MemberName" />
1067 <property name="CanFocus">True</property> 1067 <property name="CanFocus">True</property>
1068 <property name="Label" translatable="yes" /> 1068 <property name="Label" translatable="yes" />
1069 <property name="Active">True</property>
1070 <property name="DrawIndicator">True</property> 1069 <property name="DrawIndicator">True</property>
1071 <property name="HasLabel">True</property> 1070 <property name="HasLabel">True</property>
1072 <property name="UseUnderline">True</property> 1071 <property name="UseUnderline">True</property>
1073 <property name="Group">group1</property> 1072 <property name="Group">group1</property>
1074 </widget> 1073 </widget>