2019-04-04 23:08:18 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-08-05 22:17:29 +00:00
|
|
|
<interface domain="gtk40">
|
2013-03-21 08:54:16 +00:00
|
|
|
<template class="GtkDialog" parent="GtkWindow">
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="type-hint">dialog</property>
|
2013-12-08 18:15:40 +00:00
|
|
|
<child type="titlebar">
|
|
|
|
<object class="GtkHeaderBar" id="headerbar">
|
2017-12-08 16:29:14 +00:00
|
|
|
<property name="show-title-buttons">1</property>
|
2019-05-12 09:58:22 +00:00
|
|
|
<property name="has-subtitle">false</property>
|
2013-12-08 18:15:40 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2013-03-21 08:54:16 +00:00
|
|
|
<child>
|
2018-12-26 08:00:08 +00:00
|
|
|
<object class="GtkBox">
|
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>
|
2018-12-26 08:00:08 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox" id="content_area"/>
|
2018-12-26 08:00:08 +00:00
|
|
|
</child>
|
2013-03-21 08:54:16 +00:00
|
|
|
<child>
|
2014-04-09 18:30:37 +00:00
|
|
|
<object class="GtkBox" id="action_box">
|
2014-01-17 17:39:05 +00:00
|
|
|
<style>
|
2014-04-09 18:30:37 +00:00
|
|
|
<class name="dialog-action-box"/>
|
2014-01-17 17:39:05 +00:00
|
|
|
</style>
|
2014-04-09 18:30:37 +00:00
|
|
|
<child>
|
2019-02-04 17:44:55 +00:00
|
|
|
<object class="GtkBox" id="action_area">
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="hexpand">1</property>
|
2019-02-04 17:44:55 +00:00
|
|
|
<property name="halign">end</property>
|
2014-04-09 18:30:37 +00:00
|
|
|
<style>
|
|
|
|
<class name="dialog-action-area"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2013-03-21 08:54:16 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|