mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 04:10:13 +00:00
27965d5fdc
Store the enum nick, not the enum value. That way the file remains human-readable. Updated reftests to new expected output.
18 lines
528 B
XML
18 lines
528 B
XML
<?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">vertical</property>
|
|
<child>
|
|
<object class="GtkCheckButton" id="checkbutton1">
|
|
<property name="hexpand">1</property>
|
|
<property name="label">Check</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</property>
|
|
</object>
|
|
</interface>
|