]> Pileus Git - ~andy/gtk/blobdiff - tests/testgtkrc
add a little test for the newly introduced indicator-size property.
[~andy/gtk] / tests / testgtkrc
index 87c3c66a2b054a1d590b28c0897d5bda28edc9cc..f711ae79bdbae90c068a8f095f802f9c690058bf 100644 (file)
 # testgtkrc2 sets all the buttons in the main window to blue by default
 include "testgtkrc2"
 
-#include "/usr/local/share/themes/Pixmap/gtk/gtkrc"
-#include "/usr/local/share/themes/Redmond95/gtk/gtkrc"
-#include "/usr/local/share/themes/Metal/gtk/gtkrc"
-#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"
-
 double-click_timeout = 42
 bell-duration = 39
 bell_duration = 40
 
-gtk-cursor-blink-time = 200
+gtk-cursor-blink-time = 200
 # gtk-menu-bar-accel = F10
 
 style "global-style-properties"
@@ -34,8 +25,7 @@ style "global-style-properties"
 #  xthickness = 20
   GtkButton::child_displacement_x = 1
   GtkButton::child_displacement_y = 1
-  GtkSpinButton::shadow_type = etched-out
-  GtkEntry::cursor_color = "#ff0000"
+#  GtkWidget::cursor_color = "#ff0000"
   GtkToolbar::space_size = 10
   GtkToolbar::space_style = line
   GtkToolbar::button_relief = none
@@ -119,9 +109,17 @@ style "curve"
   fg[NORMAL] = { 58000, 0, 0 }                  # red
 }
 
-style "red-bar"
+style "red-bar-parent"
+{
+  color["my-red"] = "red"
+  color["my-other-red"] = { 0.95, .55, 0.55 }
+}
+
+style "red-bar" = "red-bar-parent"
 {
-  bg[PRELIGHT] = { 0.95, .55, 0.55 }
+  color["my-light-red"] = lighter (lighter (@my-red))
+
+  bg[PRELIGHT] = @my-light-red
 }
 
 # override testgtk2, introduce the green color in the button list
@@ -132,6 +130,12 @@ style 'button_list' = 'button'
 }
 widget "main window.*GtkScrolledWindow.*GtkButton*" style "button_list"
 
+style "checkbutton" {
+#  GtkCheckButton::indicator-size = 27
+}
+
+class "GtkCheckButton" style "checkbutton"
+
 
 class "GtkScrollbar" style "red-bar"
 
@@ -203,6 +207,7 @@ style "testgtk-blue-style" {
  fg[NORMAL] = "blue"
 }
 
+
 widget_class "*.GtkAspectFrame.*.GtkLabel" style "testgtk-green-style"
 widget_class "*.GtkAspectFrame.*.GtkLabel" style "testgtk-blue-style"  # override because it's later