diff options
author | Owen Taylor <otaylor@src.gnome.org> | 1999-01-26 01:17:30 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1999-01-26 01:17:30 +0000 |
commit | 84c1a71045bb95b0a4b7967b6b009e1f2807ddd3 (patch) | |
tree | 603c02d28fc70b00d79c366bf3b40b1bc76ced02 /ChangeLog.pre-2-8 | |
parent | df403d5908f398a729671b295abc3948d047b658 (diff) | |
download | gdk-pixbuf-84c1a71045bb95b0a4b7967b6b009e1f2807ddd3.tar.gz |
Changed log
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 847b45f15..0735e4c65 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,17 @@ +Mon Jan 25 20:05:22 1999 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkwidget.c (gtk_widget_set_{visual,colormap}): + New functions to set the colormap or visual + of an existing widget. These functions should not + be called on a widget that has previosly been + realized. + + * gtk/gtkcolorsel.c (gtk_color_selection_dialog_init): + Set the visual and colormap on the toplevel dialog, + then push them for the child widgets. As opposed + to push/pop in _new(), this way, things will work + properly with gtk_widget_new(). + Mon Jan 25 19:41:56 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtknotebook.c (gtk_notebook_page_allocate): Queue |