2014-08-13 14:18:39 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<object class="GtkWindow" id="window1">
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box1">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToggleButton" id="togglebutton1">
|
2019-04-04 23:33:12 +00:00
|
|
|
<property name="receives_default">1</property>
|
|
|
|
<property name="active">1</property>
|
2014-08-13 14:18:39 +00:00
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label1">
|
2019-04-04 23:33:12 +00:00
|
|
|
<property name="label" translatable="yes">I'm tomato.</property>
|
2014-08-13 14:18:39 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|