diff options
author | Jay Painter <jpaint@src.gnome.org> | 1998-01-13 15:14:54 +0000 |
---|---|---|
committer | Jay Painter <jpaint@src.gnome.org> | 1998-01-13 15:14:54 +0000 |
commit | 72da1d3e0241b5de6c0d6aa50c12fd4c8ed9a9f2 (patch) | |
tree | 1fa43ad5c7d8af9a86dc1757e07b6bcae1efb998 /tests/testgtkrc | |
parent | 4da8e492f756264253303b3f3844f82085cc4c2d (diff) | |
download | gtk+-72da1d3e0241b5de6c0d6aa50c12fd4c8ed9a9f2.tar.gz |
GtkCList updates, GtkText now defaults to editable = FALSE, but you can
turn it on and type now without it seg-faulting. You can also delete, but it
will eventually seg fault on you (oh well). -Jay
Diffstat (limited to 'tests/testgtkrc')
-rw-r--r-- | tests/testgtkrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/testgtkrc b/tests/testgtkrc index 1dc2304a33..4215f95498 100644 --- a/tests/testgtkrc +++ b/tests/testgtkrc @@ -47,8 +47,8 @@ style "toggle_button" = "button" style "text" { - bg_pixmap[NORMAL] = "marble.xpm" - fg[NORMAL] = { 1.0, 1.0, 1.0 } +# bg_pixmap[NORMAL] = "marble.xpm" +# fg[NORMAL] = { 1.0, 1.0, 1.0 } } style "ruler" @@ -70,6 +70,6 @@ widget_class "*GtkCheckButton*" style "toggle_button" widget_class "*GtkRadioButton*" style "toggle_button" widget_class "*GtkButton*" style "button" widget_class "*Ruler" style "ruler" -widget_class "*GtkText" style "text" +#widget_class "*GtkText" style "text" widget "main window.*GtkButton*" style "main_button" widget "*GtkCurve" style "curve" |