gtk2/gtk/ui/gtkdialog.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

36 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk40">
<template class="GtkDialog" parent="GtkWindow">
<child type="titlebar">
<object class="GtkHeaderBar" id="headerbar"/>
</child>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<style>
<class name="dialog-vbox"/>
</style>
<child>
<object class="GtkBox" id="content_area"/>
</child>
<child>
<object class="GtkBox" id="action_box">
<style>
<class name="dialog-action-box"/>
</style>
<child>
<object class="GtkBox" id="action_area">
<property name="hexpand">1</property>
<property name="halign">end</property>
<style>
<class name="dialog-action-area"/>
</style>
</object>
</child>
</object>
</child>
</object>
</child>
</template>
</interface>