]> Pileus Git - ~andy/gtk/blobdiff - tests/testgtkrc
gdk: Update gdk_settings_map for blink timeout to work
[~andy/gtk] / tests / testgtkrc
index f711ae79bdbae90c068a8f095f802f9c690058bf..990a32249279f8ed298861ac7bf955ce29e69612 100644 (file)
@@ -31,7 +31,10 @@ style "global-style-properties"
   GtkToolbar::button_relief = none
   GtkButtonBox::child_min_width = 0
   GtkButtonBox::child_min_height = 0
+  GtkArrow::arrow-scaling = 1.0
+  GtkEntry::invisible-char = 10046
 }
+
 class "GtkWidget" style "global-style-properties"
 
 style "defaultfont"
@@ -75,6 +78,14 @@ style "button" = "default"
 #  bg[PRELIGHT] = { 0.75, 0, 0x00 }
 }
 
+style "label" = "default"
+{
+ base[PRELIGHT] = "gray"
+ base[ACTIVE] = mix (0.9, "gray", "purple")
+}
+
+class "GtkLabel" style "label"
+
 style "toggle_button" = "button"
 {
   fg[NORMAL] = { 1.0, 0, 0 }
@@ -148,7 +159,6 @@ widget_class "*GtkRadioButton*" style "toggle_button"
 widget_class "*GtkButton*" style "button"
 widget_class "*Ruler" style "ruler"
 widget_class "*GtkText" style "text"
-widget "*GtkCurve" style "curve"
 
 binding "test1"
 {