diff options
author | Stefano Karapetsas <[email protected]> | 2014-02-12 12:05:37 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-02-12 12:05:37 +0100 |
commit | a47009814ce3418f5e861ba425e8fab2ac01f9da (patch) | |
tree | 49ce8190c861d010ec80fee1aeeb23ead0d52b08 /data/org.mate.panel.menubar.gschema.xml.in.in | |
parent | cd6f4678430417bf1675db8ce2343acc1f60f32b (diff) | |
download | mate-panel-a47009814ce3418f5e861ba425e8fab2ac01f9da.tar.bz2 mate-panel-a47009814ce3418f5e861ba425e8fab2ac01f9da.tar.xz |
Allow to customize menu bar with GSettings
Diffstat (limited to 'data/org.mate.panel.menubar.gschema.xml.in.in')
-rw-r--r-- | data/org.mate.panel.menubar.gschema.xml.in.in | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/org.mate.panel.menubar.gschema.xml.in.in b/data/org.mate.panel.menubar.gschema.xml.in.in new file mode 100644 index 00000000..9c7ed19f --- /dev/null +++ b/data/org.mate.panel.menubar.gschema.xml.in.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> |