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-23 10:10:34 +00:00
|
|
|
<template class="GtkAssistant" parent="GtkWindow">
|
2014-01-29 02:27:26 +00:00
|
|
|
<child type="titlebar">
|
2020-05-25 15:14:58 +00:00
|
|
|
<object class="GtkHeaderBar" id="headerbar">
|
|
|
|
<property name="show-title-buttons">0</property>
|
|
|
|
</object>
|
2014-01-29 02:27:26 +00:00
|
|
|
</child>
|
2013-03-23 10:10:34 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="main_box">
|
|
|
|
<child>
|
2016-01-03 15:33:54 +00:00
|
|
|
<object class="GtkBox" id="sidebar">
|
|
|
|
<property name="orientation">vertical</property>
|
2013-03-23 10:10:34 +00:00
|
|
|
<style>
|
|
|
|
<class name="sidebar"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="content_box">
|
|
|
|
<property name="orientation">vertical</property>
|
2017-04-21 16:59:59 +00:00
|
|
|
<property name="hexpand">1</property>
|
2013-03-23 10:10:34 +00:00
|
|
|
<child>
|
2019-02-14 19:07:46 +00:00
|
|
|
<object class="GtkStack" id="content">
|
2017-04-21 16:59:59 +00:00
|
|
|
<property name="vexpand">1</property>
|
2015-09-09 20:50:49 +00:00
|
|
|
<child type="tab"/>
|
2013-03-23 10:10:34 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="action_area">
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="spacing">6</property>
|
2020-02-26 01:57:20 +00:00
|
|
|
<property name="margin-start">6</property>
|
|
|
|
<property name="margin-end">6</property>
|
|
|
|
<property name="margin-top">6</property>
|
|
|
|
<property name="margin-bottom">6</property>
|
2013-03-23 10:10:34 +00:00
|
|
|
<child>
|
2018-12-26 08:23:45 +00:00
|
|
|
<object class="GtkButton" id="close">
|
2017-01-19 09:31:03 +00:00
|
|
|
<property name="visible">0</property>
|
2018-12-26 08:23:45 +00:00
|
|
|
<property name="label" translatable="yes">_Close</property>
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="receives-default">1</property>
|
|
|
|
<property name="use-underline">1</property>
|
2014-01-29 03:41:50 +00:00
|
|
|
<style>
|
|
|
|
<class name="text-button"/>
|
|
|
|
</style>
|
2018-12-26 08:23:45 +00:00
|
|
|
<signal name="clicked" handler="on_assistant_close" swapped="no"/>
|
2013-03-23 10:10:34 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2018-12-26 08:23:45 +00:00
|
|
|
<object class="GtkButton" id="cancel">
|
|
|
|
<property name="visible">0</property>
|
|
|
|
<property name="label" translatable="yes">_Cancel</property>
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="receives-default">1</property>
|
|
|
|
<property name="use-underline">1</property>
|
2014-01-29 03:41:50 +00:00
|
|
|
<style>
|
|
|
|
<class name="text-button"/>
|
|
|
|
</style>
|
2018-12-26 08:23:45 +00:00
|
|
|
<signal name="clicked" handler="on_assistant_cancel" swapped="no"/>
|
2013-03-23 10:10:34 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2018-12-26 08:23:45 +00:00
|
|
|
<object class="GtkButton" id="last">
|
|
|
|
<property name="visible">0</property>
|
|
|
|
<property name="label" translatable="yes">_Finish</property>
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="receives-default">1</property>
|
|
|
|
<property name="use-underline">1</property>
|
2014-01-29 03:41:50 +00:00
|
|
|
<style>
|
|
|
|
<class name="text-button"/>
|
|
|
|
</style>
|
2018-12-26 08:23:45 +00:00
|
|
|
<signal name="clicked" handler="on_assistant_last" swapped="no"/>
|
2013-03-23 10:10:34 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2018-12-26 08:23:45 +00:00
|
|
|
<object class="GtkButton" id="back">
|
|
|
|
<property name="label" translatable="yes">_Back</property>
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="receives-default">1</property>
|
|
|
|
<property name="use-underline">1</property>
|
2014-01-29 03:41:50 +00:00
|
|
|
<style>
|
|
|
|
<class name="text-button"/>
|
|
|
|
</style>
|
2018-12-26 08:23:45 +00:00
|
|
|
<signal name="clicked" handler="on_assistant_back" swapped="no"/>
|
2013-03-23 10:10:34 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2018-12-26 08:23:45 +00:00
|
|
|
<object class="GtkButton" id="forward">
|
|
|
|
<property name="label" translatable="yes">_Next</property>
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="receives-default">1</property>
|
|
|
|
<property name="use-underline">1</property>
|
2014-01-29 03:41:50 +00:00
|
|
|
<style>
|
|
|
|
<class name="text-button"/>
|
|
|
|
</style>
|
2018-12-26 08:23:45 +00:00
|
|
|
<signal name="clicked" handler="on_assistant_forward" swapped="no"/>
|
2013-03-23 10:10:34 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2018-12-26 08:23:45 +00:00
|
|
|
<object class="GtkButton" id="apply">
|
2017-01-19 09:31:03 +00:00
|
|
|
<property name="visible">0</property>
|
2018-12-26 08:23:45 +00:00
|
|
|
<property name="label" translatable="yes">_Apply</property>
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="receives-default">1</property>
|
|
|
|
<property name="use-underline">1</property>
|
2014-01-29 03:41:50 +00:00
|
|
|
<style>
|
|
|
|
<class name="text-button"/>
|
|
|
|
</style>
|
2018-12-26 08:23:45 +00:00
|
|
|
<signal name="clicked" handler="on_assistant_apply" swapped="no"/>
|
2013-03-23 10:10:34 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
<object class="GtkSizeGroup" id="button_size_group">
|
|
|
|
<widgets>
|
|
|
|
<widget name="apply"/>
|
|
|
|
<widget name="forward"/>
|
|
|
|
<widget name="back"/>
|
|
|
|
<widget name="last"/>
|
|
|
|
<widget name="cancel"/>
|
|
|
|
<widget name="close"/>
|
|
|
|
</widgets>
|
|
|
|
</object>
|
|
|
|
<object class="GtkSizeGroup" id="title_size_group"/>
|
|
|
|
</interface>
|