summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2010-10-19 19:21:36 +0100
committerBastien Nocera <hadess@hadess.net>2010-10-19 19:21:36 +0100
commit0d9e3af2b609b2b9703283761d9d519599790fb1 (patch)
tree0680a384bbc1402e4a7d6c126d17ea052651e72b
parente1f4f39a89eed5a797a0c7acc3cc45fc2421fa19 (diff)
downloadgsettings-desktop-schemas-0d9e3af2b609b2b9703283761d9d519599790fb1.tar.gz
Add some missing GTK+ Settings
As listed in https://bugzilla.gnome.org/show_bug.cgi?id=323308
-rw-r--r--schemas/org.gnome.desktop.interface.gschema.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/schemas/org.gnome.desktop.interface.gschema.xml b/schemas/org.gnome.desktop.interface.gschema.xml
index 03119ac..b8eb731 100644
--- a/schemas/org.gnome.desktop.interface.gschema.xml
+++ b/schemas/org.gnome.desktop.interface.gschema.xml
@@ -199,5 +199,25 @@
<summary>Cursor size</summary>
<description>Size of the cursor used as cursor theme.</description>
</key>
+ <key name="gtk-timeout-initial" type="i">
+ <default>200</default>
+ <summary>Timeout before click repeat</summary>
+ <description>Timeout in milliseconds before a click starts repeating (on spinner buttons for example).</description>
+ </key>
+ <key name="gtk-timeout-repeat" type="i">
+ <default>20</default>
+ <summary>Timeout between click repeats</summary>
+ <description>Timeout in milliseconds between repeated clicks when a button is left pressed.</description>
+ </key>
+ <key name="gtk-color-palette" type="s">
+ <default>''</default>
+ <summary>Palette used in the color selector</summary>
+ <description>Palette used in the color selector as defined by the 'gtk-color-palette' setting</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>
</schema>
</schemalist>