From 041983a77631c4cf0249caa86c91f2f10ca33c64 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Fri, 13 Feb 1998 05:26:33 +0000 Subject: 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) --- tests/testgtkrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') 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" -- cgit v1.2.1