mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 06:40:08 +00:00
18 lines
544 B
Plaintext
18 lines
544 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<requires lib="gtk" version="4.0"/>
|
||
|
<object class="GtkWindow" id="window1">
|
||
|
<property name="child">
|
||
|
<object class="GtkBox" id="box1">
|
||
|
<property name="orientation">GTK_ORIENTATION_VERTICAL</property>
|
||
|
<child>
|
||
|
<object class="GtkCheckButton" id="checkbutton1">
|
||
|
<property name="hexpand">1</property>
|
||
|
<property name="label">Check</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</property>
|
||
|
</object>
|
||
|
</interface>
|