initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / temple-visit-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="type_hint">normal</property>
8     <property name="has_separator">False</property>
9     <child internal-child="vbox">
10       <object class="GtkVBox" id="dialog-vbox">
11         <property name="visible">True</property>
12         <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>
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="GtkLabel" id="label">
20                 <property name="visible">True</property>
21                 <property name="xalign">0</property>
22                 <property name="label" translatable="yes">Your armies have been blessed!
23
24 Do you seek a quest?</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="close_button">
47                 <property name="label" translatable="yes">_No</property>
48                 <property name="visible">True</property>
49                 <property name="can_focus">False</property>
50                 <property name="receives_default">False</property>
51                 <property name="use_underline">True</property>
52               </object>
53               <packing>
54                 <property name="expand">False</property>
55                 <property name="fill">False</property>
56                 <property name="position">0</property>
57               </packing>
58             </child>
59             <child>
60               <object class="GtkButton" id="accept_button">
61                 <property name="label" translatable="yes">_Yes</property>
62                 <property name="visible">True</property>
63                 <property name="can_focus">False</property>
64                 <property name="can_default">True</property>
65                 <property name="has_default">True</property>
66                 <property name="receives_default">False</property>
67                 <property name="use_underline">True</property>
68               </object>
69               <packing>
70                 <property name="expand">False</property>
71                 <property name="fill">False</property>
72                 <property name="position">1</property>
73               </packing>
74             </child>
75           </object>
76           <packing>
77             <property name="expand">False</property>
78             <property name="pack_type">end</property>
79             <property name="position">0</property>
80           </packing>
81         </child>
82       </object>
83     </child>
84     <action-widgets>
85       <action-widget response="-6">close_button</action-widget>
86       <action-widget response="-3">accept_button</action-widget>
87     </action-widgets>
88   </object>
89 </interface>