initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / game-quit-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">Quit</property>
8     <property name="type_hint">dialog</property>
9     <property name="has_separator">False</property>
10     <child internal-child="vbox">
11       <object class="GtkVBox" id="dialog-vbox">
12         <property name="visible">True</property>
13         <property name="spacing">12</property>
14         <child>
15           <object class="GtkVBox" id="contents_vbox">
16             <property name="visible">True</property>
17             <property name="spacing">12</property>
18             <child>
19               <object class="GtkHBox" id="hbox1">
20                 <property name="visible">True</property>
21                 <property name="homogeneous">True</property>
22                 <child>
23                   <object class="GtkLabel" id="label">
24                     <property name="visible">True</property>
25                     <property name="xalign">0</property>
26                     <property name="label" translatable="yes">Are you sure you
27 want to quit this game
28 O great and valiant
29 warrior?</property>
30                     <property name="justify">center</property>
31                     <property name="wrap">True</property>
32                   </object>
33                   <packing>
34                     <property name="expand">False</property>
35                     <property name="fill">False</property>
36                     <property name="position">0</property>
37                   </packing>
38                 </child>
39               </object>
40               <packing>
41                 <property name="fill">False</property>
42                 <property name="position">0</property>
43               </packing>
44             </child>
45           </object>
46           <packing>
47             <property name="position">1</property>
48           </packing>
49         </child>
50         <child internal-child="action_area">
51           <object class="GtkHButtonBox" id="dialog-action_area1">
52             <property name="visible">True</property>
53             <property name="layout_style">end</property>
54             <child>
55               <object class="GtkButton" id="close_button">
56                 <property name="label" translatable="yes">_No</property>
57                 <property name="visible">True</property>
58                 <property name="can_focus">False</property>
59                 <property name="receives_default">False</property>
60                 <property name="use_underline">True</property>
61               </object>
62               <packing>
63                 <property name="expand">False</property>
64                 <property name="fill">False</property>
65                 <property name="position">0</property>
66               </packing>
67             </child>
68             <child>
69               <object class="GtkButton" id="accept_button">
70                 <property name="label" translatable="yes">_Yes</property>
71                 <property name="visible">True</property>
72                 <property name="can_focus">False</property>
73                 <property name="can_default">True</property>
74                 <property name="has_default">True</property>
75                 <property name="receives_default">False</property>
76                 <property name="use_underline">True</property>
77               </object>
78               <packing>
79                 <property name="expand">False</property>
80                 <property name="fill">False</property>
81                 <property name="position">1</property>
82               </packing>
83             </child>
84           </object>
85           <packing>
86             <property name="expand">False</property>
87             <property name="pack_type">end</property>
88             <property name="position">0</property>
89           </packing>
90         </child>
91       </object>
92     </child>
93     <action-widgets>
94       <action-widget response="-6">close_button</action-widget>
95       <action-widget response="-3">accept_button</action-widget>
96     </action-widgets>
97   </object>
98 </interface>