1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
|
<page xmlns="http://projectmallard.org/1.0/"
xmlns:e="http://projectmallard.org/experimental/"
type="topic"
id="preferences">
<info>
<link type="guide" xref="index#panel"/>
<desc>Configure the <app>Xfce Panel</app></desc>
<credit type="author">
<name>Nick Schermer</name>
<email>nick@xfce.org</email>
</credit>
<license>
<p>Creative Commons Share Alike 3.0</p>
</license>
</info>
<title>Preferences</title>
<p>
The panel preferences can be openen by using the item menu <guiseq>
<gui>Xfce Panel</gui><gui>Panel Preferences</gui></guiseq> or by
clicking on the <gui>Panel Preferences</gui> in the the
<app>Xfce Settings Manager</app>.
</p>
<figure>
<title>Panel's Preferences dialog</title>
<media type="image" src="figures/preferences.png" mime="image/png" style="right"/>
</figure>
<section>
<title>Select a panel</title>
<p>
You can select a panel with the combo box in the top of the dialog.
Next to this selector there are also two buttons to remove the
currently selected panel or add a new empty panel.
</p>
<p>
The panel selected in the dialog should also show a slection around
the panel, so it is clear which panel you are editing.
</p>
</section>
<section>
<title>Display</title>
<p>
This tab hold the settings how the panel is positioned on the
screen.
</p>
<section>
<title>General</title>
<terms>
<item>
<title><gui>Orientation</gui></title>
<p>
Set the panel orientation to horizontal or vertical.
</p>
</item>
<item>
<title><gui>Output</gui></title>
<p>
Select the output on which this panel should appear. If the
output is not connected, the panel will not be shown.
</p>
</item>
<item>
<title><gui>Span monitors</gui></title>
<p>
If you have multiple monitors connected to the computer, this
option will appear in the properties dialog. It will
set the panel to look at the screen size instead of the monitor
size.
</p>
</item>
<item>
<title><gui>Lock panel</gui></title>
<p>
Don't show the handles on the panel whcih allow you to move
the panel or draw it to snap positions on the bordes of the
monitor.
</p>
</item>
<item>
<title><gui>Automatically show and hide the panel</gui></title>
<p>
Hide the panel
</p>
</item>
</terms>
</section>
<section>
<title>Measurements</title>
<terms>
<item>
<title><gui>Size</gui></title>
<p>
Change the height (or width if the orientation is vertical)
of the panel. The size is in pixels.
</p>
</item>
<item>
<title><gui>Length</gui></title>
<p>
Change the width (or height if the orientation is vertical)
of the panel. The size is a percentage of the monitor or
screen size.
</p>
</item>
<item>
<title><gui>Automatically increase length</gui></title>
<p>
Increase the panel size to fit the contents of the panel. Is
work with expanding plugins, like the <link xref="tasklist">
window buttons</link> plugins.
</p>
</item>
</terms>
</section>
</section>
<section id="appearance">
<title>Appearance</title>
<p>
This tab hold the style settings of the currently selected panel.
</p>
<section>
<title>Background</title>
<terms>
<item>
<title><gui>Style</gui></title>
<p>
</p>
</item>
<item>
<title><gui>Alpha</gui></title>
<p>
</p>
</item>
<item>
<title><gui>Color</gui></title>
<p>
</p>
</item>
<item>
<title><gui>File</gui></title>
<p>
</p>
</item>
</terms>
</section>
<section>
<title>Transparency</title>
<terms>
<item>
<title><gui>Enter</gui></title>
<p>
</p>
</item>
<item>
<title><gui>Leave</gui></title>
<p>
</p>
</item>
</terms>
</section>
</section>
<section>
<title>Items</title>
<p>
This shows the items that are placed on the currently selected panel.
In case items are hard to move or edit on the panel using the
right-click menu, this tab allows you to move, add, remove and access
the preferences of the items on the panel.
</p>
<p>
Most of the tab is self explaining. With the up and down buttons you
can move the currently selected item in the panel.
</p>
<p>
The add button opens the <link xref="add-new-items">add new items
dialog</link>. With the remove button you can remove the currently
selected item van de panel.
</p>
<p>
The preferences and about buttons are only active if the plugin
support these features. It will open the item settings.
</p>
<p>
Only limition in this dialog, compared to mouse handling, is that
you cannot move items between panels and access custom menu items
a plugin can add in the item menu.
</p>
</section>
</page>
|