Add a directory containing lots of small .ui sample files
[pipeglade.git] / widget-examples / button.ui
blobd11be2c0b828aa7973c4096096ec8037a9b1649c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.18.3 -->
3 <interface>
4 <requires lib="gtk+" version="3.12"/>
5 <object class="GtkWindow" id="main">
6 <property name="can_focus">False</property>
7 <child>
8 <object class="GtkButton" id="button1">
9 <property name="label" translatable="yes">button</property>
10 <property name="visible">True</property>
11 <property name="can_focus">True</property>
12 <property name="receives_default">True</property>
13 </object>
14 </child>
15 </object>
16 </interface>