diff options
author | Owen Taylor <otaylor@gtk.org> | 1999-01-17 22:38:05 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1999-01-17 22:38:05 +0000 |
commit | 2aca4b0a80e3995bea4aa83d9d6c211b3cbf9555 (patch) | |
tree | fdc4f6ce6f6f12c51efa5420656f2d97412a841c /ChangeLog | |
parent | 5af447fa074bbe241aca0a9fb9804e75817c98bd (diff) | |
download | gtk+-2aca4b0a80e3995bea4aa83d9d6c211b3cbf9555.tar.gz |
Allow a bg_pixmap of "<none>", as there was no way to set the background
Sun Jan 17 12:01:57 1999 Owen Taylor <otaylor@gtk.org>
* gtk/gtkrc.c (gtk_rc_style_init): Allow a bg_pixmap
of "<none>", as there was no way to set the background
on all widget but some widgets. This is important
because Text widgets with background images are
slow and possibly ugly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Sun Jan 17 12:01:57 1999 Owen Taylor <otaylor@gtk.org> + + * gtk/gtkrc.c (gtk_rc_style_init): Allow a bg_pixmap + of "<none>", as there was no way to set the background + on all widget but some widgets. This is important + because Text widgets with background images are + slow and possibly ugly. + 1999-01-17 Nat Friedman <nat@nat.org> * gtk/gtkscrolledwindow.c (DEFAULT_SCROLLBAR_SPACING): New macro. |