2014-05-11 02:15:43 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="3.12"/>
|
|
|
|
<object class="GtkWindow" id="window1">
|
|
|
|
<child>
|
|
|
|
<object class="GtkGrid" id="grid1">
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label1">
|
|
|
|
<property name="label" translatable="yes">Spinner</property>
|
2019-04-04 23:33:12 +00:00
|
|
|
<layout>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
</layout>
|
2014-05-11 02:15:43 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSpinner" id="spinner1">
|
2016-01-29 17:20:31 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
2019-04-04 23:33:12 +00:00
|
|
|
<layout>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
</layout>
|
2014-05-11 02:15:43 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label2">
|
|
|
|
<property name="label" translatable="yes">Check</property>
|
2019-04-04 23:33:12 +00:00
|
|
|
<layout>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
</layout>
|
2014-05-11 02:15:43 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label3">
|
|
|
|
<property name="label" translatable="yes">Option</property>
|
2019-04-04 23:33:12 +00:00
|
|
|
<layout>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
</layout>
|
2014-05-11 02:15:43 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label4">
|
|
|
|
<property name="label" translatable="yes">Arrow</property>
|
2019-04-04 23:33:12 +00:00
|
|
|
<layout>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
</layout>
|
2014-05-11 02:15:43 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label5">
|
|
|
|
<property name="label" translatable="yes">Expander</property>
|
2019-04-04 23:33:12 +00:00
|
|
|
<layout>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
</layout>
|
2014-05-11 02:15:43 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="checkbutton1">
|
2019-04-04 23:33:12 +00:00
|
|
|
<property name="can_focus">1</property>
|
2016-01-29 17:20:31 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
2019-04-04 23:33:12 +00:00
|
|
|
<layout>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
</layout>
|
2014-05-11 02:15:43 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRadioButton" id="radiobutton1">
|
2019-04-04 23:33:12 +00:00
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="active">1</property>
|
2016-01-29 17:20:31 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
2019-04-04 23:33:12 +00:00
|
|
|
<layout>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
</layout>
|
2014-05-11 02:15:43 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2016-01-29 18:21:01 +00:00
|
|
|
<object class="GtkImage" id="arrow1">
|
|
|
|
<property name="icon_name">pan-down-symbolic</property>
|
2014-05-22 20:34:17 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
2019-04-04 23:33:12 +00:00
|
|
|
<layout>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
</layout>
|
2014-05-11 02:15:43 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkExpander" id="expander1">
|
2019-04-04 23:33:12 +00:00
|
|
|
<property name="can_focus">1</property>
|
2016-01-29 17:20:31 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
2014-05-11 02:15:43 +00:00
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child type="label_item">
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
2019-04-04 23:33:12 +00:00
|
|
|
<layout>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">4</property>
|
|
|
|
</layout>
|
2014-05-11 02:15:43 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|