forked from AuroraMiddleware/gtk
testsuite: More gtk4-builder-tool tests
This commit is contained in:
parent
b0b00d49d2
commit
a4e5f5ca50
@ -4,6 +4,11 @@
|
||||
<child type="titlebar">
|
||||
<object class="GtkHeaderBar" id="headerbar1">
|
||||
<property name="title-widget">box1</property>
|
||||
<child type="end">
|
||||
<object class="GtkButton">
|
||||
<property name="label">A!</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
@ -7,6 +7,15 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="show-close-button">True</property>
|
||||
<property name="custom-title">box1</property>
|
||||
<child>
|
||||
<object class="GtkButton">
|
||||
<property name="visible">True</property>
|
||||
<property name="label">A!</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="pack-type">end</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
Loading…
Reference in New Issue
Block a user