forked from AuroraMiddleware/gtk
824743a395
Run the UI files through `gtk-builder-tool simplify --3to4` to update the layout properties.
30 lines
801 B
XML
30 lines
801 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="type">popup</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkCheckButton">
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="label">label</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkRadioButton">
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="label">label</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|