]> Pileus Git - ~andy/gtk/blobdiff - tests/testgtkrc
*** empty log message ***
[~andy/gtk] / tests / testgtkrc
index f379c07d623a3e5b410ec520e3abe4bd915b7b72..abc738257b6771980469d63ae49863c7e638524f 100644 (file)
@@ -19,6 +19,9 @@ include "testgtkrc2"
 #include "/usr/local/share/themes/Notif/gtk/gtkrc"
 #include "/usr/local/share/themes/Default/gtk/gtkrc"
 
+# On Windows, if you have installed gtk-engines, try this for instance:
+#include "\\windows\\gtk\\themes\\Pixmap\\gtk\\gtkrc"
+
 pixmap_path "."
 
 style "defaultfont"
@@ -52,8 +55,8 @@ style "toggle_button" = "button"
 {
   fg[NORMAL] = { 1.0, 0, 0 }
   fg[ACTIVE] = { 1.0, 0, 0 }
-  bg_pixmap[ACTIVE] = "check-y.xpm"
-  bg_pixmap[NORMAL] = "check-n.xpm"
+#  bg_pixmap[ACTIVE] = "check-y.xpm"
+#  bg_pixmap[NORMAL] = "check-n.xpm"
 }
 
 style "text"