23 lines
633 B
XML
23 lines
633 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="decorated">0</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkCheckButton">
|
|
<property name="label">label</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkCheckButton">
|
|
<property name="active">1</property>
|
|
<property name="label">label</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|