panel-manager.ui
XML 1.0 document, ASCII text
1<?xml version='1.0' encoding='UTF-8'?> 2<!-- Created with Cambalache 0.96.1 --> 3<interface> 4<!-- interface-name panel-manager.ui --> 5<requires lib="gtk" version="4.6"/> 6<template class="PanelManager" parent="GtkWindow"> 7<property name="default-height">320</property> 8<property name="default-width">576</property> 9<property name="title" translatable="yes">Panel management</property> 10<child> 11<object class="GtkBox"> 12<property name="orientation">vertical</property> 13<child> 14<object class="GtkCenterBox"> 15<property name="margin-bottom">8</property> 16<property name="margin-end">8</property> 17<property name="margin-start">8</property> 18<property name="margin-top">8</property> 19<child type="end"> 20<object class="GtkButton" id="next_panel_button"> 21<property name="action-name">win.next-panel</property> 22<property name="icon-name">go-next-symbolic</property> 23<property name="tooltip-text" translatable="yes">Next panel</property> 24</object> 25</child> 26<child type="start"> 27<object class="GtkButton" id="previous_panel_button"> 28<property name="action-name">win.previous-panel</property> 29<property name="has-tooltip">True</property> 30<property name="icon-name">go-previous-symbolic</property> 31<property name="tooltip-text" translatable="yes">Previous panel</property> 32</object> 33</child> 34</object> 35</child> 36<child> 37<object class="GtkScrolledWindow"> 38<property name="vexpand">True</property> 39<child> 40<object class="GtkViewport"> 41<child> 42<object class="GtkStack" id="panel_stack"> 43<property name="margin-end">16</property> 44<property name="margin-start">16</property> 45<property name="transition-type">slide-left-right</property> 46</object> 47</child> 48</object> 49</child> 50</object> 51</child> 52<child> 53<object class="GtkBox"> 54<property name="hexpand">True</property> 55<property name="margin-bottom">8</property> 56<property name="margin-end">8</property> 57<property name="margin-start">8</property> 58<property name="margin-top">8</property> 59<child> 60<object class="GtkButton" id="save_now_button"> 61<property name="has-tooltip">True</property> 62<property name="label" translatable="yes">_Save settings now</property> 63<property name="tooltip-text" translatable="yes">The configuration is also saved when exiting the app.</property> 64<property name="use-underline">True</property> 65<signal name="clicked" handler="save_settings"/> 66<style> 67<class name="suggested-action"/> 68</style> 69</object> 70</child> 71<child> 72<object class="GtkBox"> 73<property name="halign">end</property> 74<child> 75<object class="GtkLabel"> 76<property name="hexpand">True</property> 77<property name="label" translatable="yes">Panel _editing mode</property> 78<property name="mnemonic-widget">panel_editing_switch</property> 79<property name="use-underline">True</property> 80<property name="wrap">True</property> 81<property name="xalign">0.0</property> 82</object> 83</child> 84<child> 85<object class="GtkSwitch" id="panel_editing_switch"> 86<property name="halign">end</property> 87<property name="valign">center</property> 88</object> 89</child> 90</object> 91</child> 92</object> 93</child> 94</object> 95</child> 96</template> 97</interface> 98