2015-12-28 15:35:58 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<object class="GtkWindow" id="window1">
|
2020-02-14 18:27:17 +00:00
|
|
|
<property name="decorated">0</property>
|
2015-12-28 15:35:58 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkGrid" id="grid1">
|
|
|
|
<child>
|
|
|
|
<object class="GtkToggleButton" id="button1">
|
|
|
|
<property name="label" translatable="yes">Hello World!</property>
|
2019-04-04 23:49:33 +00:00
|
|
|
<property name="active">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="receives_default">1</property>
|
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">0</property>
|
|
|
|
<property name="row">0</property>
|
2019-04-04 23:49:33 +00:00
|
|
|
</layout>
|
2015-12-28 15:35:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="button2">
|
|
|
|
<property name="label" translatable="yes">Hello World!</property>
|
2019-04-04 23:49:33 +00:00
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="receives_default">1</property>
|
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">1</property>
|
|
|
|
<property name="row">0</property>
|
2019-04-04 23:49:33 +00:00
|
|
|
</layout>
|
2015-12-28 15:35:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRadioButton" id="button3">
|
|
|
|
<property name="label" translatable="yes">Hello World!</property>
|
2019-04-04 23:49:33 +00:00
|
|
|
<property name="can_focus">1</property>
|
2019-04-05 00:39:34 +00:00
|
|
|
<property name="active">1</property>
|
2019-04-04 23:49:33 +00:00
|
|
|
<property name="receives_default">1</property>
|
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">2</property>
|
|
|
|
<property name="row">0</property>
|
2019-04-04 23:49:33 +00:00
|
|
|
</layout>
|
2015-12-28 15:35:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRadioButton" id="button4">
|
|
|
|
<property name="label" translatable="yes">Hello World!</property>
|
|
|
|
<property name="group">button3</property>
|
2019-04-04 23:49:33 +00:00
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="receives_default">1</property>
|
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">3</property>
|
|
|
|
<property name="row">0</property>
|
2019-04-04 23:49:33 +00:00
|
|
|
</layout>
|
2015-12-28 15:35:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSwitch" id="button5">
|
2019-04-04 23:49:33 +00:00
|
|
|
<property name="active">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="receives_default">1</property>
|
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">4</property>
|
|
|
|
<property name="row">0</property>
|
2019-04-04 23:49:33 +00:00
|
|
|
</layout>
|
2015-12-28 15:35:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSwitch" id="button6">
|
2019-04-04 23:49:33 +00:00
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="receives_default">1</property>
|
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">5</property>
|
|
|
|
<property name="row">0</property>
|
2019-04-04 23:49:33 +00:00
|
|
|
</layout>
|
2015-12-28 15:35:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="button7">
|
2019-04-04 23:49:33 +00:00
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="receives_default">1</property>
|
2015-12-28 15:35:58 +00:00
|
|
|
<property name="label">Text Button</property>
|
2019-04-04 23:49:33 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">0</property>
|
|
|
|
<property name="row">1</property>
|
2019-04-04 23:49:33 +00:00
|
|
|
</layout>
|
2015-12-28 15:35:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="button8">
|
2019-04-04 23:49:33 +00:00
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="receives_default">1</property>
|
2016-10-17 07:14:39 +00:00
|
|
|
<property name="icon-name">edit-find-replace</property>
|
2015-12-28 15:35:58 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
2019-04-04 23:49:33 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">1</property>
|
|
|
|
<property name="row">1</property>
|
2019-04-04 23:49:33 +00:00
|
|
|
</layout>
|
2015-12-28 15:35:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="button9">
|
2019-04-04 23:49:33 +00:00
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="receives_default">1</property>
|
2015-12-28 15:35:58 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
2016-10-17 07:14:39 +00:00
|
|
|
<property name="icon-name">window-close-symbolic</property>
|
2019-04-04 23:49:33 +00:00
|
|
|
<layout>
|
2020-08-02 18:13:14 +00:00
|
|
|
<property name="column">2</property>
|
|
|
|
<property name="row">1</property>
|
2019-04-04 23:49:33 +00:00
|
|
|
</layout>
|
2015-12-28 15:35:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|