2519722594e96c832541080af1520ae50642ede6
[rodin/chimara.git] / client / chimara.ui
1 <?xml version="1.0"?>
2 <interface>
3   <!-- interface-requires gtk+ 2.12 -->
4   <!-- interface-naming-policy toplevel-contextual -->
5   <object class="GtkWindow" id="chimara">
6     <property name="title" translatable="yes">Chimara</property>
7     <property name="default_width">800</property>
8     <property name="default_height">800</property>
9     <signal name="delete_event" handler="on_window_delete_event"/>
10     <child>
11       <object class="GtkVBox" id="vbox">
12         <property name="visible">True</property>
13         <property name="orientation">vertical</property>
14         <child>
15           <placeholder/>
16         </child>
17       </object>
18     </child>
19   </object>
20   <object class="GtkActionGroup" id="actiongroup"/>
21   <object class="GtkAction" id="game">
22     <property name="label">_Game</property>
23   </object>
24   <object class="GtkAction" id="open">
25     <property name="label">_Open...</property>
26     <property name="short_label">_Open</property>
27     <property name="tooltip">Quit the current game and load a new one</property>
28     <property name="stock_id">gtk-media-play</property>
29   </object>
30   <object class="GtkAction" id="restore">
31     <property name="label">_Restore...</property>
32     <property name="short_label">_Restore</property>
33     <property name="tooltip">Restore a previously saved game</property>
34     <property name="stock_id">gtk-open</property>
35     <signal name="activate" handler="on_restore"/>
36   </object>
37   <object class="GtkAction" id="save">
38     <property name="label">_Save</property>
39     <property name="tooltip">Save the game</property>
40     <property name="stock_id">gtk-save</property>
41     <signal name="activate" handler="on_save"/>
42   </object>
43   <object class="GtkAction" id="quit">
44     <property name="label">_Quit</property>
45     <property name="tooltip">Exit Chimara</property>
46     <property name="stock_id">gtk-quit</property>
47     <signal name="activate" handler="on_quit"/>
48   </object>
49 </interface>