summaryrefslogtreecommitdiff
path: root/gtk/testgtkrc
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>1998-02-13 05:26:33 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-02-13 05:26:33 +0000
commit041983a77631c4cf0249caa86c91f2f10ca33c64 (patch)
tree9112372189d27b7d0255c2768d1eaa6e372b25ba /gtk/testgtkrc
parent888470ee29e6956efc4122bdb9c24a1af0344079 (diff)
downloadgtk+-041983a77631c4cf0249caa86c91f2f10ca33c64.tar.gz
Change style->white to style->base[] where appropriate. Change the default
* gtk/gtkentry.c gtk/gtkinputdialog.c gtk/gtklist.c gtk/gtklistitem.c gtktree.c gtk/gtktreeitem.c testgtkrc: Change style->white to style->base[] where appropriate. Change the default style to make this apparent. (Yes, it's ugly... it can be removed later)
Diffstat (limited to 'gtk/testgtkrc')
-rw-r--r--gtk/testgtkrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/testgtkrc b/gtk/testgtkrc
index 4215f95498..e57b3b0fbe 100644
--- a/gtk/testgtkrc
+++ b/gtk/testgtkrc
@@ -13,6 +13,7 @@ pixmap_path "."
style "default"
{
fontset = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*,*"
+ base[NORMAL] = { 1.0, 0.8, 0.8 }
}
style "window"
@@ -61,7 +62,7 @@ style "curve"
fg[NORMAL] = { 58000, 0, 0 } # red
}
-#widget_class "*" style "default"
+widget_class "*" style "default"
widget_class "GtkWindow" style "window"
widget_class "GtkDialog" style "window"
widget_class "GtkFileSelection" style "window"