summaryrefslogtreecommitdiff
path: root/data/org.mate.panel.menubar.gschema.xml.in
blob: 0c7074124ba29e6291109abb6a9ac63ae9979b70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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>