gtk2/testsuite/tools/simplify-data-3to4/headerbar.expected
Alexander Mikhaylenko 7c3b30036e headerbar: Show title buttons by default
Most of the time show-title-buttons is set to TRUE. Go ahead and make that
the default.
2020-07-02 23:51:16 +05:00

12 lines
318 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="window1">
<child type="titlebar">
<object class="GtkHeaderBar" id="headerbar1">
<property name="title-widget">box1</property>
</object>
</child>
</object>
<object class="GtkBox" id="box1"/>
</interface>