[gsettings-desktop-schemas] Add some missing GTK+ Settings



commit 0d9e3af2b609b2b9703283761d9d519599790fb1
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Oct 19 19:21:36 2010 +0100

    Add some missing GTK+ Settings
    
    As listed in https://bugzilla.gnome.org/show_bug.cgi?id=323308

 schemas/org.gnome.desktop.interface.gschema.xml |   20 ++++++++++++++++++++
 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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]