diff options
-rw-r--r-- | schemas/org.mate.interface.gschema.xml.in.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/schemas/org.mate.interface.gschema.xml.in.in b/schemas/org.mate.interface.gschema.xml.in.in index 1721c69..7954e0c 100644 --- a/schemas/org.mate.interface.gschema.xml.in.in +++ b/schemas/org.mate.interface.gschema.xml.in.in @@ -100,6 +100,16 @@ <_summary>GTK IM Module</_summary> <_description>Name of the input method module used by GTK+.</_description> </key> + <key name="gtk-dialogs-use-header" type="b"> + <default>true</default> + <_summary>Use GTK3 header bar</_summary> + <_description>Whether builtin GTK+ dialogs such as the file chooser, the color chooser or the font chooser will use a header bar at the top to show action widgets, or an action area at the bottom. This setting does not affect custom dialogs using GtkDialog directly, or message dialogs.</_description> + </key> + <key name="gtk-enable-animations" type="b"> + <default>true</default> + <_summary>Enable Gtk toolkit-wide animations</_summary> + <_description>Whether to enable toolkit-wide animations.</_description> + </key> <key name="document-font-name" type="s"> <default>'Sans 10'</default> <_summary>Document font</_summary> |