initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / game-loaded-dialog.ui
1 <?xml version="1.0"?>
2 <interface>
3   <requires lib="gtk+" version="2.14"/>
4   <!-- interface-naming-policy toplevel-contextual -->
5   <object class="GtkDialog" id="dialog">
6     <property name="border_width">6</property>
7     <property name="title" translatable="yes">Game Loaded</property>
8     <property name="resizable">False</property>
9     <property name="destroy_with_parent">True</property>
10     <property name="type_hint">normal</property>
11     <property name="has_separator">False</property>
12     <child internal-child="vbox">
13       <object class="GtkVBox" id="dialog-vbox">
14         <property name="visible">True</property>
15         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
16         <property name="spacing">12</property>
17         <child>
18           <object class="GtkVBox" id="contents_vbox">
19             <property name="visible">True</property>
20             <property name="spacing">12</property>
21             <child>
22               <object class="GtkLabel" id="label">
23                 <property name="visible">True</property>
24                 <property name="xalign">0</property>
25                 <property name="wrap">True</property>
26               </object>
27               <packing>
28                 <property name="expand">False</property>
29                 <property name="fill">False</property>
30                 <property name="position">0</property>
31               </packing>
32             </child>
33           </object>
34           <packing>
35             <property name="expand">False</property>
36             <property name="fill">False</property>
37             <property name="position">1</property>
38           </packing>
39         </child>
40         <child internal-child="action_area">
41           <object class="GtkHButtonBox" id="dialog-action_area1">
42             <property name="visible">True</property>
43             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
44             <property name="layout_style">end</property>
45             <child>
46               <object class="GtkButton" id="continue_button">
47                 <property name="label" translatable="yes">_Continue</property>
48                 <property name="visible">True</property>
49                 <property name="can_focus">True</property>
50                 <property name="has_focus">True</property>
51                 <property name="is_focus">True</property>
52                 <property name="can_default">True</property>
53                 <property name="has_default">True</property>
54                 <property name="receives_default">True</property>
55                 <property name="use_underline">True</property>
56               </object>
57               <packing>
58                 <property name="expand">False</property>
59                 <property name="fill">False</property>
60                 <property name="position">0</property>
61               </packing>
62             </child>
63           </object>
64           <packing>
65             <property name="expand">False</property>
66             <property name="pack_type">end</property>
67             <property name="position">0</property>
68           </packing>
69         </child>
70       </object>
71     </child>
72     <action-widgets>
73       <action-widget response="-3">continue_button</action-widget>
74     </action-widgets>
75   </object>
76 </interface>