initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / treachery-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">Treachery!</property>
8     <property name="type_hint">normal</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="contents_hbox">
20                 <property name="visible">True</property>
21                 <child>
22                   <object class="GtkLabel" id="label">
23                     <property name="visible">True</property>
24                     <property name="label">label1</property>
25                     <property name="justify">center</property>
26                   </object>
27                   <packing>
28                     <property name="position">0</property>
29                   </packing>
30                 </child>
31               </object>
32               <packing>
33                 <property name="position">0</property>
34               </packing>
35             </child>
36           </object>
37           <packing>
38             <property name="expand">False</property>
39             <property name="fill">False</property>
40             <property name="position">1</property>
41           </packing>
42         </child>
43         <child internal-child="action_area">
44           <object class="GtkHButtonBox" id="dialog-action_area1">
45             <property name="visible">True</property>
46             <property name="layout_style">end</property>
47             <child>
48               <object class="GtkButton" id="continue_button">
49                 <property name="label" translatable="yes">Whoops!  _Pardon me, friend.</property>
50                 <property name="visible">True</property>
51                 <property name="can_focus">False</property>
52                 <property name="can_default">True</property>
53                 <property name="has_default">True</property>
54                 <property name="receives_default">False</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             <child>
64               <object class="GtkButton" id="button1">
65                 <property name="label" translatable="yes">_Attack!</property>
66                 <property name="visible">True</property>
67                 <property name="can_focus">True</property>
68                 <property name="can_default">True</property>
69                 <property name="receives_default">False</property>
70                 <property name="use_underline">True</property>
71               </object>
72               <packing>
73                 <property name="expand">False</property>
74                 <property name="fill">False</property>
75                 <property name="position">1</property>
76               </packing>
77             </child>
78           </object>
79           <packing>
80             <property name="expand">False</property>
81             <property name="pack_type">end</property>
82             <property name="position">0</property>
83           </packing>
84         </child>
85       </object>
86     </child>
87     <action-widgets>
88       <action-widget response="-6">continue_button</action-widget>
89       <action-widget response="-3">button1</action-widget>
90     </action-widgets>
91   </object>
92 </interface>