Imported Upstream version 0.19.7
[platform/upstream/gettext.git] / gettext-tools / examples / hello-c-gnome3 / hello.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3   <!-- interface-requires gtk+ 3.10 -->
4   <template class="HelloApplicationWindow" parent="GtkApplicationWindow">
5     <property name="title" translatable="yes">Example Application</property>
6     <property name="default-width">600</property>
7     <property name="default-height">400</property>
8     <child>
9       <object class="GtkBox" id="panel">
10         <property name="visible">True</property>
11         <property name="orientation">vertical</property>
12         <child>
13           <object class="GtkAlignment" id="alignment">
14             <property name="visible">True</property>
15             <property name="xalign">0.5</property>
16             <property name="yalign">0.5</property>
17             <property name="xscale">0</property>
18             <property name="yscale">0</property>
19             <property name="vexpand">True</property>
20             <child>
21               <object class="GtkLabel" id="label">
22                 <property name="visible">True</property>
23               </object>
24             </child>
25           </object>
26         </child>
27         <child>
28           <object class="GtkHButtonBox" id="buttonbar">
29             <property name="visible">True</property>
30             <child>
31               <object class="GtkButton" id="button">
32                 <property name="visible">True</property>
33                 <property name="label" translatable="yes">Update text</property>
34                 <property name="use_stock">False</property>
35               </object>
36               <packing>
37                 <property name="pack-type">end</property>
38               </packing>
39             </child>
40           </object>
41         </child>
42       </object>
43     </child>
44   </template>
45 </interface>