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-object.schemas.in | 247 +++++++++++++++++++++++++++++++++++++ 1 file changed, 247 insertions(+) create mode 100644 mate-panel/panel-object.schemas.in (limited to 'mate-panel/panel-object.schemas.in') diff --git a/mate-panel/panel-object.schemas.in b/mate-panel/panel-object.schemas.in new file mode 100644 index 00000000..2039ee57 --- /dev/null +++ b/mate-panel/panel-object.schemas.in @@ -0,0 +1,247 @@ + + + + + + + + + /schemas/apps/panel/objects/object_type + panel + string + menu-object + + Panel object type + + The type of this panel object. Possible values are + "drawer-object", "menu-object", "launcher-object", + "matecomponent-applet", "action-applet" and "menu-bar". + + + + + + /schemas/apps/panel/objects/toplevel_id + panel + string + + + Toplevel panel containing object + + The identifier of the toplevel panel which contains this object. + + + + + + /schemas/apps/panel/objects/position + panel + int + 0 + + Object's position on the panel + + The position of this panel object. The position is specified + by the number of pixels from the left (or top if vertical) + panel edge. + + + + + + /schemas/apps/panel/objects/panel_right_stick + panel + bool + false + + Interpret position relative to bottom/right edge + + If true, the position of the object is interpreted relative + to the right (or bottom if vertical) edge of the panel. + + + + + + /schemas/apps/panel/objects/locked + panel + bool + false + + Lock the object to the panel + + If true, the user may not move the applet without first unlocking + the object using the "Unlock" menuitem. + + + + + + + + + /schemas/apps/panel/objects/matecomponent_iid + panel + string + + + Applet MateComponent IID + + This key is deprecated, following the migration to a new library for + applets. The MateComponent implementation ID of the applet - e.g. + "OAFIID:MATE_ClockApplet". This key is only relevant if the + object_type key is "matecomponent-applet". + + + + + + /schemas/apps/panel/objects/applet_iid + panel + string + + + Applet IID + + The implementation ID of the applet - e.g. + "ClockAppletFactory::ClockApplet". This key is only + relevant if the object_type key is "matecomponent-applet". + + + + + + + + /schemas/apps/panel/objects/attached_toplevel_id + panel + string + + + Panel attached to drawer + + The identifier of the panel attached to this drawer. This + key is only relevant if the object_type key is "drawer-object". + + + + + + /schemas/apps/panel/objects/tooltip + panel + string + + + Tooltip displayed for drawer or menu + + The text to display in a tooltip for this drawer or this menu. This + key is only relevant if the object_type key is "drawer-object" or + "menu-object". + + + + + + + + /schemas/apps/panel/objects/use_custom_icon + panel + bool + false + + Use custom icon for object's button + + If true, the custom_icon key is used as a custom icon for + the button. If false, the custom_icon key is ignored. + This key is only relevant if the object_type key is + "menu-object" or "drawer-object". + + + + + + /schemas/apps/panel/objects/custom_icon + panel + string + + + Icon used for object's button + + The location of the image file used as the icon for the + object's button. This key is only relevant if the + object_type key is "drawer-object" or "menu-object" and + the use_custom_icon key is true. + + + + + + + + /schemas/apps/panel/objects/use_menu_path + panel + bool + false + + Use custom path for menu contents + + If true, the menu_path key is used as the path from which + the menu contents should be constructed. If false, the + menu_path key is ignored. This key is only relevant + if the object_type key is "menu-object". + + + + + + /schemas/apps/panel/objects/menu_path + panel + string + applications:/ + + Menu content path + + The path from which the menu contents is contructed. This + key is only relevant if the use_menu_path key is true and + the object_type key is "menu-object". + + + + + + + + /schemas/apps/panel/objects/launcher_location + panel + string + + + Launcher location + + The location of the .desktop file describing the launcher. + This key is only relevant if the object_type key is + "launcher-object". + + + + + + + + /schemas/apps/panel/objects/action_type + panel + string + lock + + Action button type + + The action type this button represents. Possible values are + "lock", "logout", "run", "search" and "screenshot". This + key is only relevant if the object_type key is "action-applet". + + + + + + + -- cgit v1.2.1