comparison gtk-gui/gui.stetic @ 43:4e127ce8682f

Re #86: Complete initial GTK# UI * Keep UI tidier by hiding category tree until we have an army * Implement reloading files
author IBBoard <dev@ibboard.co.uk>
date Wed, 11 Aug 2010 19:23:43 +0000
parents 8bc24ef82258
children 5584860fb44b
comparison
equal deleted inserted replaced
42:35ad26ac59c0 43:4e127ce8682f
51 <property name="Sensitive">False</property> 51 <property name="Sensitive">False</property>
52 <property name="ShortLabel" translatable="yes">Close army</property> 52 <property name="ShortLabel" translatable="yes">Close army</property>
53 <property name="StockId">gtk-close</property> 53 <property name="StockId">gtk-close</property>
54 <signal name="Activated" handler="OnCloseArmyActivated" /> 54 <signal name="Activated" handler="OnCloseArmyActivated" />
55 </action> 55 </action>
56 <action id="miReloadFiles"> 56 <action id="refreshAction">
57 <property name="Type">Action</property> 57 <property name="Type">Action</property>
58 <property name="Label" translatable="yes">Reload files</property> 58 <property name="Label" translatable="yes">Reload files</property>
59 <property name="Sensitive">False</property>
60 <property name="ShortLabel" translatable="yes">Reload files</property> 59 <property name="ShortLabel" translatable="yes">Reload files</property>
61 <property name="StockId">gtk-refresh</property> 60 <property name="StockId">gtk-refresh</property>
62 <signal name="Activated" handler="OnReloadFilesActivated" /> 61 <signal name="Activated" handler="OnReloadFilesActivated" />
63 </action> 62 </action>
64 <action id="miExit"> 63 <action id="miExit">
177 <node type="Menu" action="miExportArmy"> 176 <node type="Menu" action="miExportArmy">
178 <node type="Menuitem" action="miExportAsBasicHtml" /> 177 <node type="Menuitem" action="miExportAsBasicHtml" />
179 </node> 178 </node>
180 <node type="Menuitem" action="miCloseArmy" /> 179 <node type="Menuitem" action="miCloseArmy" />
181 <node type="Separator" /> 180 <node type="Separator" />
182 <node type="Menuitem" action="miReloadFiles" /> 181 <node type="Menuitem" action="refreshAction" />
183 <node type="Separator" /> 182 <node type="Separator" />
184 <node type="Menuitem" action="miExit" /> 183 <node type="Menuitem" action="miExit" />
185 </node> 184 </node>
186 <node type="Menu" action="menuEdit"> 185 <node type="Menu" action="menuEdit">
187 <node type="Menuitem" action="miUndo" /> 186 <node type="Menuitem" action="miUndo" />
225 </packing> 224 </packing>
226 </child> 225 </child>
227 <child> 226 <child>
228 <widget class="Gtk.HPaned" id="hpaned2"> 227 <widget class="Gtk.HPaned" id="hpaned2">
229 <property name="MemberName" /> 228 <property name="MemberName" />
229 <property name="Visible">False</property>
230 <property name="CanFocus">True</property> 230 <property name="CanFocus">True</property>
231 <property name="Position">178</property> 231 <property name="Position">178</property>
232 <child> 232 <child>
233 <widget class="Gtk.TreeView" id="treeUnits"> 233 <widget class="Gtk.TreeView" id="treeUnits">
234 <property name="MemberName" /> 234 <property name="MemberName" />