From 876f39364e2106c8cb96fa4a9067359e5a350583 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 11 Oct 2012 00:01:30 +0200 Subject: migrate mate-panel to gsettings --- mate-panel/panel-object.schemas.in | 263 ------------------------------------- 1 file changed, 263 deletions(-) delete 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 deleted file mode 100644 index cf73c6cc..00000000 --- a/mate-panel/panel-object.schemas.in +++ /dev/null @@ -1,263 +0,0 @@ - - - - - - - - - /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", - "external-applet", "action-applet", "menu-bar" and - "separator". - - - - - - /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 "external-applet" - (or the deprecated "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/has_arrow - panel - bool - true - - Draw arrow in menu button - - If true, an arrow is drawn over the menu button icon. If - false, menu button has only the icon. - - - - - - - - /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