forked from AuroraMiddleware/gtk
c2e4e1af73
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.
19 lines
537 B
XML
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>
|