diff options
Diffstat (limited to 'gtk/testgtkrc')
-rw-r--r-- | gtk/testgtkrc | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/gtk/testgtkrc b/gtk/testgtkrc index 30fb41d861..4abd0853d1 100644 --- a/gtk/testgtkrc +++ b/gtk/testgtkrc @@ -22,14 +22,27 @@ include "testgtkrc2" # On Windows, if you have installed gtk-engines, try this for instance: #include "\\windows\\gtk\\themes\\Pixmap\\gtk\\gtkrc" -#foo_number = 5 -#mouse_timeout = -7 +double-click_timeout = 42 +bell-duration = 39 +bell_duration = 40 pixmap_path "." +style "global-style-properties" +{ +# xthickness = 20 + GtkSpinButton::shadow_type = etched-out +} +class "GtkWidget" style "global-style-properties" + style "defaultfont" { font_name = "Sans 12" + + Gtest::foo = 47 + Gtest::bar = 47 +# GtkScrollbar::spacing = 33 +# GtkButton::color = { 3, 2,45, 6, 6, 4, 23 } } style "myicons" |