mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 06:21:14 +00:00
19 lines
489 B
Plaintext
19 lines
489 B
Plaintext
|
<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>
|