panel-configurator.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-configurator.ui --> 5<requires lib="gtk" version="4.2"/> 6<template class="PanelConfigurator" parent="GtkFrame"> 7<property name="valign">start</property> 8<child> 9<object class="GtkFrame"> 10<property name="valign">start</property> 11<child> 12<object class="GtkListBox"> 13<property name="selection-mode">none</property> 14<child> 15<object class="GtkListBoxRow"> 16<property name="activatable">False</property> 17<child> 18<object class="GtkBox"> 19<property name="orientation">vertical</property> 20<child> 21<object class="GtkBox"> 22<child> 23<object class="GtkLabel"> 24<property name="label" translatable="yes">Thic_kness</property> 25<property name="use-underline">True</property> 26<property name="width-request">128</property> 27<property name="wrap">True</property> 28<property name="xalign">-0.0</property> 29</object> 30</child> 31<child> 32<object class="GtkScale"> 33<property name="adjustment"> 34<object class="GtkAdjustment" id="panel_size_adjustment"> 35<property name="lower">12.0</property> 36<property name="page-increment">1.0</property> 37<property name="page-size">1.0</property> 38<property name="step-increment">1.0</property> 39<property name="upper">192.0</property> 40<property name="value">48.0</property> 41<signal name="value-changed" handler="update_panel_size"/> 42</object> 43</property> 44<property name="digits">0</property> 45<property name="hexpand">True</property> 46<property name="round-digits">0</property> 47<marks/> 48</object> 49</child> 50<child> 51<object class="GtkSpinButton" id="thickness_spinbutton"> 52<property name="adjustment">panel_size_adjustment</property> 53<property name="numeric">True</property> 54</object> 55</child> 56</object> 57</child> 58<child> 59<object class="GtkLabel"> 60<property name="label" translatable="yes">Depending on your theme and your applets, the panel may be larger than the set size.</property> 61<property name="wrap">True</property> 62<property name="xalign">0.0</property> 63<attributes> 64<attribute name="weight" value="light"/> 65</attributes> 66</object> 67</child> 68</object> 69</child> 70</object> 71</child> 72<child> 73<object class="GtkListBoxRow"> 74<property name="activatable">False</property> 75<child> 76<object class="GtkBox"> 77<property name="orientation">vertical</property> 78<child> 79<object class="GtkBox"> 80<child> 81<object class="GtkLabel"> 82<property name="label" translatable="yes">Automatically _hide</property> 83<property name="use-underline">True</property> 84<property name="width-request">128</property> 85<property name="wrap">True</property> 86<property name="xalign">-0.0</property> 87</object> 88</child> 89<child> 90<object class="GtkSwitch" id="autohide_switch"> 91<property name="halign">end</property> 92<property name="hexpand">True</property> 93<property name="valign">center</property> 94<signal name="state-set" handler="toggle_autohide"/> 95</object> 96</child> 97</object> 98</child> 99<child> 100<object class="GtkLabel"> 101<property name="label" translatable="yes">Only show the panel while the cursor is over it or a menu is being used</property> 102<property name="wrap">True</property> 103<property name="xalign">0.0</property> 104<attributes> 105<attribute name="weight" value="light"/> 106</attributes> 107</object> 108</child> 109</object> 110</child> 111</object> 112</child> 113<child> 114<object class="GtkListBoxRow"> 115<property name="activatable">False</property> 116<child> 117<object class="GtkGrid"> 118<property name="column-homogeneous">True</property> 119<property name="row-homogeneous">True</property> 120<child> 121<object class="GtkCheckButton" id="top_position_radio"> 122<property name="group">top_position_radio</property> 123<property name="label" translatable="yes">_Top</property> 124<property name="use-underline">True</property> 125<signal name="toggled" handler="move_panel"/> 126<layout> 127<property name="column">1</property> 128<property name="column-span">2</property> 129<property name="row">0</property> 130<property name="row-span">1</property> 131</layout> 132</object> 133</child> 134<child> 135<object class="GtkCheckButton" id="left_position_radio"> 136<property name="group">top_position_radio</property> 137<property name="label" translatable="yes">_Left</property> 138<property name="use-underline">True</property> 139<signal name="toggled" handler="move_panel"/> 140<layout> 141<property name="column">0</property> 142<property name="column-span">1</property> 143<property name="row">1</property> 144<property name="row-span">1</property> 145</layout> 146</object> 147</child> 148<child> 149<object class="GtkCheckButton" id="bottom_position_radio"> 150<property name="group">top_position_radio</property> 151<property name="label" translatable="yes">_Bottom</property> 152<property name="use-underline">True</property> 153<signal name="toggled" handler="move_panel"/> 154<layout> 155<property name="column">1</property> 156<property name="column-span">2</property> 157<property name="row">2</property> 158<property name="row-span">1</property> 159</layout> 160</object> 161</child> 162<child> 163<object class="GtkCheckButton" id="right_position_radio"> 164<property name="group">top_position_radio</property> 165<property name="label" translatable="yes">_Right</property> 166<property name="use-underline">True</property> 167<signal name="toggled" handler="move_panel"/> 168<layout> 169<property name="column">3</property> 170<property name="column-span">1</property> 171<property name="row">1</property> 172<property name="row-span">1</property> 173</layout> 174</object> 175</child> 176<child> 177<object class="GtkLabel"> 178<property name="label" translatable="yes">_Monitor number: </property> 179<property name="use-underline">True</property> 180<property name="xalign">-0.0</property> 181<layout> 182<property name="column">1</property> 183<property name="column-span">1</property> 184<property name="row">1</property> 185<property name="row-span">1</property> 186</layout> 187</object> 188</child> 189<child> 190<object class="GtkSpinButton" id="monitor_number_spinbutton"> 191<property name="adjustment"> 192<object class="GtkAdjustment" id="monitor_number_adjustment"> 193<property name="page-increment">1.0</property> 194<property name="page-size">1.0</property> 195<property name="step-increment">1.0</property> 196<property name="upper">64.0</property> 197<signal name="value-changed" handler="move_to_monitor"/> 198</object> 199</property> 200<layout> 201<property name="column">2</property> 202<property name="column-span">1</property> 203<property name="row">1</property> 204<property name="row-span">1</property> 205</layout> 206</object> 207</child> 208</object> 209</child> 210</object> 211</child> 212</object> 213</child> 214</object> 215</child> 216</template> 217</interface> 218