initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / quest-expired-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">Quest Expired</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">False</property>
50                 <property name="can_default">True</property>
51                 <property name="has_default">True</property>
52                 <property name="receives_default">False</property>
53                 <property name="use_underline">True</property>
54               </object>
55               <packing>
56                 <property name="expand">False</property>
57                 <property name="fill">False</property>
58                 <property name="position">0</property>
59               </packing>
60             </child>
61           </object>
62           <packing>
63             <property name="expand">False</property>
64             <property name="pack_type">end</property>
65             <property name="position">0</property>
66           </packing>
67         </child>
68       </object>
69     </child>
70     <action-widgets>
71       <action-widget response="-3">continue_button</action-widget>
72     </action-widgets>
73   </object>
74 </interface>