summaryrefslogtreecommitdiff
path: root/data/org.mate.panel.toplevel.gschema.xml.in.in
blob: ffffb6cff5885885089c79128f02b0a4dfbe0d22 (plain)
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
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
  <schema id="org.mate.panel.toplevel">
    <key name="name" type="s">
      <default>''</default>
      <_summary>Name to identify panel</_summary>
      <_description>This is a human readable name which you can use to identify a panel. Its main purpose is to serve as the panel's window title which is useful when navigating between panels.</_description>
    </key>
    <key name="screen" type="i">
      <default>0</default>
      <_summary>X screen where the panel is displayed</_summary>
      <_description>With a multi-screen setup, you may have panels on each individual screen. This key identifies the current screen the panel is displayed on.</_description>
    </key>
    <key name="monitor" type="i">
      <default>0</default>
      <_summary>Xinerama monitor where the panel is displayed</_summary>
      <_description>In a Xinerama setup, you may have panels on each individual monitor. This key identifies the current monitor the panel is displayed on.</_description>
    </key>
    <key name="expand" type="b">
      <default>true</default>
      <_summary>Expand to occupy entire screen width</_summary>
      <_description>If true, the panel will occupy the entire screen width (height if this is a vertical panel). In this mode the panel can only be placed at a screen edge. If false, the panel will only be large enough to accommodate the applets, launchers and buttons on the panel.</_description>
    </key>
    <key name="orientation" enum="org.mate.panel.PanelOrientation">
      <default>'top'</default>
      <_summary>Panel orientation</_summary>
      <_description>The orientation of the panel. Possible values are "top", "bottom", "left", "right". In expanded mode the key specifies which screen edge the panel is on. In un-expanded mode the difference between "top" and "bottom" is less important - both indicate that this is a horizontal panel - but still give a useful hint as to how some panel objects should behave. For example, on a "top" panel a menu button will pop up its menu below the panel, whereas on a "bottom" panel the menu will be popped up above the panel.</_description>
    </key>
    <key name="size" type="i">
      <default>24</default>
      <_summary>Panel size</_summary>
      <_description>The height (width for a vertical panel) of the panel. The panel will determine at runtime a minimum size based on the font size and other indicators. The maximum size is fixed at one quarter of the screen height (or width).</_description>
    </key>
    <key name="x" type="i">
      <default>0</default>
      <_summary>X co-ordinate of panel</_summary>
      <_description>The location of the panel along the x-axis. This key is only relevant in un-expanded mode. In expanded mode this key is ignored and the panel is placed at the screen edge specified by the orientation key.</_description>
    </key>
    <key name="y" type="i">
      <default>0</default>
      <_summary>Y co-ordinate of panel</_summary>
      <_description>The location of the panel along the y-axis. This key is only relevant in un-expanded mode. In expanded mode this key is ignored and the panel is placed at the screen edge specified by the orientation key.</_description>
    </key>
    <key name="x-right" type="i">
      <default>-1</default>
      <_summary>X co-ordinate of panel, starting from the right of the screen</_summary>
      <_description>The location of the panel along the x-axis, starting from the right of  the screen. If set to -1, the value is ignored and the value of the x key is used. If the value is greater than 0, then the value of the x key is ignored. This key is only relevant in un-expanded mode. In expanded mode this key is ignored and the panel is placed at the screen edge specified by the orientation key.</_description>
    </key>
    <key name="y-bottom" type="i">
      <default>-1</default>
      <_summary>Y co-ordinate of panel, starting from the bottom of the screen</_summary>
      <_description>The location of the panel along the y-axis, starting from the bottom of  the screen. If set to -1, the value is ignored and the value of the y key is used. If the value is greater than 0, then the value of the y key is ignored. This key is only relevant in un-expanded mode. In expanded mode this key is ignored and the panel is placed at the screen edge specified by the orientation key.</_description>
    </key>
    <key name="x-centered" type="b">
      <default>false</default>
      <_summary>Center panel on x-axis</_summary>
      <_description>If true, the x and x_right keys are ignored and the panel is placed at the center of the x-axis of the screen. If the panel is resized it will remain at that position - i.e. the panel will grow on both sides. If false, the x and x_right keys specify the location of the panel.</_description>
    </key>
    <key name="y-centered" type="b">
      <default>false</default>
      <_summary>Center panel on y-axis</_summary>
      <_description>If true, the y and y_bottom keys are ignored and the panel is placed at the center of the y-axis of the screen. If the panel is resized it will remain at that position - i.e. the panel will grow on both sides. If false, the y and y_bottom keys specify the location of the panel.</_description>
    </key>
    <key name="auto-hide" type="b">
      <default>false</default>
      <_summary>Automatically hide panel into corner</_summary>
      <_description>If true, the panel is automatically hidden into a corner of the screen when the pointer leaves the panel area. Moving the pointer to that corner again will cause the panel to re-appear.</_description>
    </key>
    <key name="enable-animations" type="b">
      <default>true</default>
      <_summary>Enable animations</_summary>
      <_description>If true, hiding and un-hiding of this panel will be animated rather than happening instantly.</_description>
    </key>
    <key name="enable-buttons" type="b">
      <default>false</default>
      <_summary>Enable hide buttons</_summary>
      <_description>If true, buttons will be placed on each side of the panel which may be used to move the panel to edge of the screen, leaving only a button showing.</_description>
    </key>
    <key name="enable-arrows" type="b">
      <default>true</default>
      <_summary>Enable arrows on hide buttons</_summary>
      <_description>If true, arrows will be placed on the hide buttons. This key is only relevant if the enable_buttons key is true.</_description>
    </key>
    <key name="hide-delay" type="i">
      <default>300</default>
      <_summary>Panel autohide delay</_summary>
      <_description>Specifies the number of milliseconds delay after the pointer leaves the panel area before the panel is automatically hidden. This key is only relevant if the auto_hide key is true.</_description>
    </key>
    <key name="unhide-delay" type="i">
      <default>100</default>
      <_summary>Panel autounhide delay</_summary>
      <_description>Specifies the number of milliseconds delay after the pointer enters the panel area before the panel is automatically re-shown. This key is only relevant if the auto_hide key is true.</_description>
    </key>
    <key name="auto-hide-size" type="i">
      <default>1</default>
      <_summary>Visible pixels when hidden</_summary>
      <_description>Specifies the number of pixels visible when the panel is automatically hidden into a corner. This key is only relevant if the auto_hide key is true.</_description>
    </key>
    <key name="animation-speed" enum="org.mate.panel.PanelAnimationSpeed">
      <default>'fast'</default>
      <_summary>Animation speed</_summary>
      <_description>The speed in which panel animations should occur. Possible values are "slow", "medium" and "fast". This key is only relevant if the enable_animations key is true.</_description>
    </key>
    <child name="background" schema="org.mate.panel.toplevel.background"/>
  </schema>
  <schema id="org.mate.panel.toplevel.background">
    <key name="type" enum="org.mate.panel.PanelBackgroundType">
      <default>'none'</default>
      <_summary>Background type</_summary>
      <_description>Which type of background should be used for this panel. Possible values are "none" - the default GTK+ widget background will be used, "color" - the color key will be used as background color or "image" - the image specified by the image key will be used as background.</_description>
    </key>
    <key name="color" type="s">
      <default>'#ffffff'</default>
      <_summary>Background color</_summary>
      <_description>Specifies the background color for the panel in #RGB format.</_description>
    </key>
    <key name="opacity" type="i">
      <default>6000</default>
      <_summary>Background color opacity</_summary>
      <_description>Specifies the opacity of the background color format. If the color is not completely opaque (a value of less than 65535), the color will be composited onto the desktop background image.</_description>
    </key>
    <key name="image" type="s">
      <default>''</default>
      <_summary>Background image</_summary>
      <_description>Specifies the file to be used for the background image. If the image contains an alpha channel it will be composited onto the desktop background image.</_description>
    </key>
    <key name="fit" type="b">
      <default>false</default>
      <_summary>Fit image to panel</_summary>
      <_description>If true, the image will be scaled (retaining the aspect ratio of the image) to the panel height (if horizontal).</_description>
    </key>
    <key name="stretch" type="b">
      <default>false</default>
      <_summary>Stretch image to panel</_summary>
      <_description>If true, the image will be scaled to the panel dimensions. The aspect ratio of the image will not be maintained.</_description>
    </key>
    <key name="rotate" type="b">
      <default>false</default>
      <_summary>Rotate image on vertical panels</_summary>
      <_description>If true, the background image will be rotated when the panel is oriented vertically.</_description>
    </key>
  </schema>
</schemalist>