initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / next-player-turn-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">Next Turn</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="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
14         <property name="spacing">12</property>
15         <child>
16           <object class="GtkVBox" id="contents_vbox">
17             <property name="visible">True</property>
18             <property name="spacing">12</property>
19             <child>
20               <object class="GtkFrame" id="image_frame">
21                 <property name="visible">True</property>
22                 <property name="label_xalign">0</property>
23                 <child>
24                   <object class="GtkImage" id="image">
25                     <property name="visible">True</property>
26                     <property name="stock">gtk-missing-image</property>
27                   </object>
28                 </child>
29                 <child type="label_item">
30                   <placeholder/>
31                 </child>
32               </object>
33               <packing>
34                 <property name="position">0</property>
35               </packing>
36             </child>
37             <child>
38               <object class="GtkLabel" id="label">
39                 <property name="visible">True</property>
40                 <property name="xalign">0</property>
41                 <property name="wrap">True</property>
42               </object>
43               <packing>
44                 <property name="expand">False</property>
45                 <property name="fill">False</property>
46                 <property name="position">1</property>
47               </packing>
48             </child>
49           </object>
50           <packing>
51             <property name="expand">False</property>
52             <property name="fill">False</property>
53             <property name="position">1</property>
54           </packing>
55         </child>
56         <child internal-child="action_area">
57           <object class="GtkHButtonBox" id="dialog-action_area1">
58             <property name="visible">True</property>
59             <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>
60             <property name="layout_style">end</property>
61             <child>
62               <object class="GtkButton" id="continue_button">
63                 <property name="label" translatable="yes">_Continue</property>
64                 <property name="visible">True</property>
65                 <property name="can_focus">True</property>
66                 <property name="has_focus">True</property>
67                 <property name="is_focus">True</property>
68                 <property name="can_default">True</property>
69                 <property name="has_default">True</property>
70                 <property name="receives_default">True</property>
71                 <property name="use_underline">True</property>
72               </object>
73               <packing>
74                 <property name="expand">False</property>
75                 <property name="fill">False</property>
76                 <property name="position">0</property>
77               </packing>
78             </child>
79           </object>
80           <packing>
81             <property name="expand">False</property>
82             <property name="pack_type">end</property>
83             <property name="position">0</property>
84           </packing>
85         </child>
86       </object>
87     </child>
88     <action-widgets>
89       <action-widget response="-3">continue_button</action-widget>
90     </action-widgets>
91   </object>
92 </interface>