forked from AuroraMiddleware/gtk
41bdf16b23
Use undecorated windows instead of popups.
30 lines
802 B
XML
30 lines
802 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">
|
|
<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>
|