forked from AuroraMiddleware/gtk
7c3b30036e
Most of the time show-title-buttons is set to TRUE. Go ahead and make that the default.
20 lines
594 B
XML
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>
|