2013-03-21 08:54:16 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface domain="gtk30">
|
|
|
|
<!-- interface-requires gtk+ 3.10 -->
|
|
|
|
<template class="GtkDialog" parent="GtkWindow">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="window_position">center-on-parent</property>
|
|
|
|
<property name="type_hint">dialog</property>
|
|
|
|
<signal name="delete-event" handler="gtk_dialog_delete_event_handler" swapped="no"/>
|
2013-12-08 18:15:40 +00:00
|
|
|
<child type="titlebar">
|
|
|
|
<object class="GtkHeaderBar" id="headerbar">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="show-close-button">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2013-03-21 08:54:16 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="vbox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2014-01-17 17:39:05 +00:00
|
|
|
<property name="border_width">0</property>
|
2013-03-21 08:54:16 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2014-01-17 17:39:05 +00:00
|
|
|
<style>
|
|
|
|
<class name="dialog-vbox"/>
|
|
|
|
</style>
|
2013-03-21 08:54:16 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkButtonBox" id="action_area">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="layout_style">end</property>
|
2014-01-17 17:39:05 +00:00
|
|
|
<style>
|
|
|
|
<class name="dialog-action-area"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
2013-03-21 08:54:16 +00:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|