Learning_GTK4_tree/testsuite/reftests/late-property.ui

19 lines
489 B
XML

<interface>
<object class="GtkWindow">
<child type="titlebar">
<object class="GtkHeaderBar">
<child type="start">
<object class="GtkButton">
<property name="label">Button</property>
</object>
</child>
<property name="title-widget">
<object class="GtkLabel">
<property name="label">Title widget</property>
</object>
</property>
</object>
</child>
</object>
</interface>