gtk2/testsuite/a11y/headerbar.ui
Alexander Mikhaylenko c2e4e1af73 headerbar: Remove user-settable title
Use window title, or custom title widget if it's set. Remove 'title'
property.

Update demos and tests to set the title on the window instead of
headerbar.
2020-05-01 19:48:05 +05:00

19 lines
537 B
XML

<interface>
<object class="GtkWindow" id="window1">
<child>
<object class="GtkHeaderBar" id="headerbar1">
<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>