gtk2/testsuite/a11y/headerbar.ui
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

20 lines
594 B
XML

<interface>
<object class="GtkWindow" id="window1">
<child>
<object class="GtkHeaderBar" id="headerbar1">
<property name="show-title-buttons">0</property>
<child type="start">
<object class="GtkButton" id="button1">
<property name="label" translatable="yes">Yes</property>
</object>
</child>
<child type="end">
<object class="GtkButton" id="page2">
<property name="label" translatable="yes">No</property>
</object>
</child>
</object>
</child>
</object>
</interface>