diff options
author | Tim Janik <timj@gtk.org> | 1998-03-18 02:05:27 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-03-18 02:05:27 +0000 |
commit | e648c2d68fac18e27b06783f3c2aaea3f52b3c82 (patch) | |
tree | 50626bc572fbea80d10371f018460b53fa92581d /ChangeLog | |
parent | 467e4e73c1a3817b4dc50a5c5ae88b408ce96c1a (diff) | |
download | gtk+-e648c2d68fac18e27b06783f3c2aaea3f52b3c82.tar.gz |
use the resize queue.
Wed Mar 18 02:06:52 1998 Tim Janik <timj@gtk.org>
* gtk/gtkcontainer.c (gtk_container_border_width): use the resize queue.
* gtk/gtkwindow.c (gtk_window_set_arg): gtk_window_set_hints() after
setting certain arguments, so they actually take affect.
(gtk_window_set_policy): likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Wed Mar 18 02:06:52 1998 Tim Janik <timj@gtk.org> + + * gtk/gtkcontainer.c (gtk_container_border_width): use the resize queue. + + * gtk/gtkwindow.c (gtk_window_set_arg): gtk_window_set_hints() after + setting certain arguments, so they actually take affect. + (gtk_window_set_policy): likewise. + Tue Mar 17 15:51:30 PST 1998 Manish Singh <yosh@gimp.org> * glib.h: gboolean type changed to int |