]> Pileus Git - ~andy/gtk/blobdiff - gtk/testgtkrc
reworked the redrawing heuristics somewhat, this fixed a bunch of existing
[~andy/gtk] / gtk / testgtkrc
index 4e097bc35a5784ef7cde629d8ab568f3610de4a7..5d43b97b46df5a1ddea75121f09817dabc6a37e4 100644 (file)
@@ -26,15 +26,9 @@ class "GtkWidget" style "defaultfont"
 
 style "window"
 {
- bg_pixmap[NORMAL] = "marble.xpm"
+ # bg_pixmap[NORMAL] = "marble.xpm"
 }
 
-style "pix"
-{
-#  bg_pixmap[NORMAL] = "<parent>" # "marble.xpm" # "test.xpm"
-}
-widget_class "*Button*" style "pix"
-
 style "scale"
 {
   fg[NORMAL] = { 1.0, 0, 0 }
@@ -52,7 +46,8 @@ style "toggle_button" = "button"
 {
   fg[NORMAL] = { 1.0, 0, 0 }
   fg[ACTIVE] = { 1.0, 0, 0 }
-  bg_pixmap[NORMAL] = "<parent>"
+  bg_pixmap[ACTIVE] = "check-y.xpm"
+  bg_pixmap[NORMAL] = "check-n.xpm"
 }
 
 style "text"