From c51ef797a707f4e2c6f9688d4378f2b0e9898a66 Mon Sep 17 00:00:00 2001 From: Perberos Date: Thu, 1 Dec 2011 22:56:10 -0300 Subject: moving from https://github.com/perberos/mate-desktop-environment --- mate-panel/panel-toplevel.schemas.in | 434 +++++++++++++++++++++++++++++++++++ 1 file changed, 434 insertions(+) create mode 100644 mate-panel/panel-toplevel.schemas.in (limited to 'mate-panel/panel-toplevel.schemas.in') diff --git a/mate-panel/panel-toplevel.schemas.in b/mate-panel/panel-toplevel.schemas.in new file mode 100644 index 00000000..90d3ca3f --- /dev/null +++ b/mate-panel/panel-toplevel.schemas.in @@ -0,0 +1,434 @@ + + + + + + + /schemas/apps/panel/toplevels/name + panel + string + + + Name to identify panel + + 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. + + + + + + /schemas/apps/panel/toplevels/screen + panel + int + 0 + + X screen where the panel is displayed + + With a multi-screen setup, you may have panels on each + individual screen. This key identifies the current screen + the panel is displayed on. + + + + + + /schemas/apps/panel/toplevels/monitor + panel + int + 0 + + Xinerama monitor where the panel is displayed + + In a Xinerama setup, you may have panels on each individual + monitor. This key identifies the current monitor the panel + is displayed on. + + + + + + /schemas/apps/panel/toplevels/expand + panel + bool + true + + Expand to occupy entire screen width + + 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. + + + + + + /schemas/apps/panel/toplevels/orientation + panel + string + top + + Panel orientation + + 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. + + + + + + /schemas/apps/panel/toplevels/size + panel + int + 24 + + Panel size + + 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). + + + + + + /schemas/apps/panel/toplevels/x + panel + int + 0 + + X co-ordinate of panel + + 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. + + + + + + /schemas/apps/panel/toplevels/y + panel + int + 0 + + Y co-ordinate of panel + + 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. + + + + + + /schemas/apps/panel/toplevels/x_right + panel + int + -1 + + X co-ordinate of panel, starting from the right of the screen + + 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. + + + + + + /schemas/apps/panel/toplevels/y_bottom + panel + int + -1 + + Y co-ordinate of panel, starting from the bottom of the screen + + 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. + + + + + + /schemas/apps/panel/toplevels/x_centered + panel + bool + false + + Center panel on x-axis + + 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. + + + + + + /schemas/apps/panel/toplevels/y_centered + panel + bool + false + + Center panel on y-axis + + 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. + + + + + + /schemas/apps/panel/toplevels/auto_hide + panel + bool + false + + Automatically hide panel into corner + + 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. + + + + + + /schemas/apps/panel/toplevels/enable_animations + panel + bool + true + + Enable animations + + If true, hiding and un-hiding of this panel will be animated + rather than happening instantly. + + + + + + /schemas/apps/panel/toplevels/enable_buttons + panel + bool + false + + Enable hide buttons + + 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. + + + + + + /schemas/apps/panel/toplevels/enable_arrows + panel + bool + true + + Enable arrows on hide buttons + + If true, arrows will be placed on the hide buttons. This + key is only relevant if the enable_buttons key is true. + + + + + + /schemas/apps/panel/toplevels/hide_delay + panel + int + 300 + + Panel autohide delay + + 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. + + + + + + /schemas/apps/panel/toplevels/unhide_delay + panel + int + 100 + + Panel autounhide delay + + 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. + + + + + + /schemas/apps/panel/toplevels/auto_hide_size + panel + int + 1 + + Visible pixels when hidden + + 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. + + + + + + /schemas/apps/panel/toplevels/animation_speed + panel + string + fast + + Animation speed + + 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. + + + + + + /schemas/apps/panel/toplevels/background/type + panel + string + gtk + + Background type + + Which type of background should be used for this panel. + Possible values are "gtk" - 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. + + + + + + /schemas/apps/panel/toplevels/background/color + panel + string + #ffffff + + Background color + + Specifies the background color for the panel in #RGB + format. + + + + + + /schemas/apps/panel/toplevels/background/opacity + panel + int + 6000 + + Background color opacity + + 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. + + + + + + /schemas/apps/panel/toplevels/background/image + panel + string + + + Background image + + 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. + + + + + + /schemas/apps/panel/toplevels/background/fit + panel + bool + false + + Fit image to panel + + If true, the image will be scaled (retaining the aspect + ratio of the image) to the panel height (if horizontal). + + + + + + /schemas/apps/panel/toplevels/background/stretch + panel + bool + false + + Stretch image to panel + + If true, the image will be scaled to the panel dimensions. + The aspect ratio of the image will not be maintained. + + + + + + /schemas/apps/panel/toplevels/background/rotate + panel + bool + false + + Rotate image on vertical panels + + If true, the background image will be rotated when the panel + is oriented vertically. + + + + + + + -- cgit v1.2.1