2020-05-01 13:48:03 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2020-11-11 00:20:51 +00:00
|
|
|
<requires lib="gtk" version="4.0"/>
|
2020-05-01 13:48:03 +00:00
|
|
|
<object class="GtkWindow" id="window1">
|
|
|
|
<child type="titlebar">
|
|
|
|
<object class="GtkHeaderBar" id="headerbar1">
|
|
|
|
<property name="title-widget">box1</property>
|
2020-11-01 15:48:29 +00:00
|
|
|
<child type="end">
|
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="label">A!</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2020-05-01 13:48:03 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<object class="GtkBox" id="box1"/>
|
|
|
|
</interface>
|