diff options
author | Owen Taylor <otaylor@src.gnome.org> | 1998-02-13 05:26:33 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-02-13 05:26:33 +0000 |
commit | 041983a77631c4cf0249caa86c91f2f10ca33c64 (patch) | |
tree | 9112372189d27b7d0255c2768d1eaa6e372b25ba /tests/testgtkrc | |
parent | 888470ee29e6956efc4122bdb9c24a1af0344079 (diff) | |
download | gtk+-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 'tests/testgtkrc')
-rw-r--r-- | tests/testgtkrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testgtkrc b/tests/testgtkrc index 4215f95498..e57b3b0fbe 100644 --- a/tests/testgtkrc +++ b/tests/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" |