summaryrefslogtreecommitdiff
path: root/data/org.mate.panel.menubar.gschema.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'data/org.mate.panel.menubar.gschema.xml.in')
-rw-r--r--data/org.mate.panel.menubar.gschema.xml.in29
1 files changed, 29 insertions, 0 deletions
diff --git a/data/org.mate.panel.menubar.gschema.xml.in b/data/org.mate.panel.menubar.gschema.xml.in
new file mode 100644
index 00000000..0c707412
--- /dev/null
+++ b/data/org.mate.panel.menubar.gschema.xml.in
@@ -0,0 +1,29 @@
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="org.mate.panel.menubar" path="/org/mate/panel/menubar/">
+ <key name="show-applications" type="b">
+ <default>true</default>
+ <summary>Show applications menu</summary>
+ <description>If true, show applications item in menu bar.</description>
+ </key>
+ <key name="show-places" type="b">
+ <default>true</default>
+ <summary>Show places menu</summary>
+ <description>If true, show places item in menu bar.</description>
+ </key>
+ <key name="show-desktop" type="b">
+ <default>true</default>
+ <summary>Show desktop menu</summary>
+ <description>If true, show desktop item in menu bar.</description>
+ </key>
+ <key name="show-icon" type="b">
+ <default>true</default>
+ <summary>Show icon</summary>
+ <description>If true, show icon in menu bar.</description>
+ </key>
+ <key name="icon-name" type="s">
+ <default>'start-here'</default>
+ <summary>Icon to show in menu bar</summary>
+ <description>Set the theme icon name to use in menu bar.</description>
+ </key>
+ </schema>
+</schemalist>