summaryrefslogtreecommitdiff
path: root/schemas/org.mate.interface.gschema.xml.in.in
blob: 1721c691f38b2b4595697986dc34ef0370be9803 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
  <schema id="org.mate.interface" path="/org/mate/desktop/interface/">
    <key name="accessibility" type="b">
      <default>false</default>
      <_summary>Enable Accessibility</_summary>
      <_description>Whether Applications should have accessibility support.</_description>
    </key>
    <key name="enable-animations" type="b">
      <default>true</default>
      <_summary>Enable Animations</_summary>
      <_description>Whether animations should be displayed. Note: This is a global key, it changes the behaviour of the window manager, the panel etc.</_description>
    </key>
    <key name="menus-have-tearoff" type="b">
      <default>false</default>
      <_summary>Menus Have Tearoff</_summary>
      <_description>Whether menus should have a tearoff.</_description>
    </key>
    <key name="can-change-accels" type="b">
      <default>false</default>
      <_summary>Can Change Accels</_summary>
      <_description>Whether the user can dynamically type a new accelerator when  positioned over an active menuitem.</_description>
    </key>
    <key name="toolbar-style" type="s">
      <default>'both-horiz'</default>
      <_summary>Toolbar Style</_summary>
      <_description>Toolbar Style. Valid values are "both", "both-horiz", "icons", and "text".</_description>
    </key>
    <key name="menus-have-icons" type="b">
      <default>true</default>
      <_summary>Menus Have Icons</_summary>
      <_description>Whether menus may display an icon next to a menu entry.</_description>
    </key>
    <key name="buttons-have-icons" type="b">
      <default>true</default>
      <_summary>Buttons Have Icons</_summary>
      <_description>Whether buttons may display an icon in addition to the button text.</_description>
    </key>
    <key name="menubar-detachable" type="b">
      <default>false</default>
      <_summary>Menubar Detachable</_summary>
      <_description>Whether the user can detach menubars and move them around.</_description>
    </key>
    <key name="toolbar-detachable" type="b">
      <default>false</default>
      <_summary>Toolbar Detachable</_summary>
      <_description>Whether the user can detach toolbars and move them around.</_description>
    </key>
    <key name="toolbar-icons-size" type="s">
      <default>'large-toolbar'</default>
      <_summary>Toolbar Icon Size</_summary>
      <_description>Size of icons in toolbars, either "small-toolbar" or "large-toolbar".</_description>
    </key>
    <key name="cursor-blink" type="b">
      <default>true</default>
      <_summary>Cursor Blink</_summary>
      <_description>Whether the cursor should blink.</_description>
    </key>
    <key name="cursor-blink-time" type="i">
      <default>1200</default>
      <_summary>Cursor Blink Time</_summary>
      <_description>Length of the cursor blink cycle, in milliseconds.</_description>
    </key>
    <key name="icon-theme" type="s">
      <default>'menta'</default>
      <_summary>Icon Theme</_summary>
      <_description>Icon theme to use for the panel, caja etc.</_description>
    </key>
    <key name="gtk-theme" type="s">
      <default>'Menta'</default>
      <_summary>Gtk+ Theme</_summary>
      <_description>Basename of the default theme used by gtk+.</_description>
    </key>
    <key name="gtk-key-theme" type="s">
      <default>'Default'</default>
      <_summary>Gtk+ Theme</_summary>
      <_description>Basename of the default theme used by gtk+.</_description>
    </key>
    <key name="gtk-color-scheme" type="s">
      <default>''</default>
      <_summary>List of symbolic names and color equivalents</_summary>
      <_description>A '\n' separated list of "name:color" as defined by the 'gtk-color-scheme' setting</_description>
    </key>
    <key name="font-name" type="s">
      <default>'Sans 10'</default>
      <_summary>Default font</_summary>
      <_description>Name of the default font used by gtk+.</_description>
    </key>
    <key name="gtk-im-preedit-style" type="s">
      <default>'callback'</default>
      <_summary>GTK IM Preedit Style</_summary>
      <_description>Name of the GTK+ input method Preedit Style used by gtk+.</_description>
    </key>
    <key name="gtk-im-status-style" type="s">
      <default>'callback'</default>
      <_summary>GTK IM Status Style</_summary>
      <_description>Name of the GTK+ input method Status Style used by gtk+.</_description>
    </key>
    <key name="gtk-im-module" type="s">
      <default>''</default>
      <_summary>GTK IM Module</_summary>
      <_description>Name of the input method module used by GTK+.</_description>
    </key>
    <key name="document-font-name" type="s">
      <default>'Sans 10'</default>
      <_summary>Document font</_summary>
      <_description>Name of the default font used for reading documents.</_description>
    </key>
    <key name="monospace-font-name" type="s">
      <default>'Monospace 10'</default>
      <_summary>Monospace font</_summary>
      <_description>Name of a monospaced (fixed-width) font for use in locations like terminals.</_description>
    </key>
    <key name="use-custom-font" type="b">
      <default>false</default>
      <_summary>Use Custom Font</_summary>
      <_description>Whether to use a custom font in gtk+ applications.</_description>
    </key>
    <key name="status-bar-meter-on-right" type="b">
      <default>false</default>
      <_summary>Status Bar on Right</_summary>
      <_description>Whether to display a status bar meter on the right.</_description>
    </key>
    <key name="file-chooser-backend" type="s">
      <default>'gio'</default>
      <_summary>Module for GtkFileChooser</_summary>
      <_description>Module to use as the filesystem model for the GtkFileChooser widget.  Possible values are "gio" and "gtk+".</_description>
    </key>
    <key name="menubar-accel" type="s">
      <default>'F10'</default>
      <_summary>Menubar accelerator</_summary>
      <_description>Keyboard shortcut to open the menu bars.</_description>
    </key>
    <key name="show-input-method-menu" type="b">
      <default>true</default>
      <_summary>Show the 'Input Methods' menu</_summary>
      <_description>Whether the context menus of entries and text views  should offer to change the input method.</_description>
    </key>
    <key name="show-unicode-menu" type="b">
      <default>true</default>
      <_summary>Show the 'Unicode Control Character' menu</_summary>
      <_description>Whether the context menus of entries and text views  should offer to insert control characters.</_description>
    </key>
    <key name="gtk-decoration-layout" type="s">
      <default>'menu:minimize,maximize,close'</default>
      <_summary>Titlebar layout of GTK3 client-side decorated windows</_summary>
      <_description>This setting determines which buttons should be put in the titlebar of client-side decorated windows, and whether they should be placed at the left of right. See https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-decoration-layout.</_description>
    </key>
  </schema>
</schemalist>