diff options
author | Tim Janik <timj@gimp.org> | 1998-03-14 08:15:23 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-03-14 08:15:23 +0000 |
commit | c86bf9bae2e939c84254dc2b7308f56948f18df4 (patch) | |
tree | 77e1a9f272e79b1abdd967df8142314a03bf1a01 /ChangeLog | |
parent | b8e7ea1f11a03ab9c6efd70e1729863eae46e5f5 (diff) | |
download | gtk+-c86bf9bae2e939c84254dc2b7308f56948f18df4.tar.gz |
refuse to allocate with a greater height than requested.
Sat Mar 14 08:29:56 1998 Tim Janik <timj@gimp.org>
* gtk/gtkhandlebox.c (gtk_handle_box_size_allocate): refuse to allocate
with a greater height than requested.
(gtk_handle_box_remove): clean up if the child is detached.
* gtk/gtktoolbar.c (gtk_toolbar_size_allocate): don't take invisible
children into account.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Sat Mar 14 08:29:56 1998 Tim Janik <timj@gimp.org> + + * gtk/gtkhandlebox.c (gtk_handle_box_size_allocate): refuse to allocate + with a greater height than requested. + (gtk_handle_box_remove): clean up if the child is detached. + + * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): don't take invisible + children into account. + Sat Mar 14 02:12:44 1998 Owen Taylor <owt1@cornell.edu> * gtk/gtkmain.c gdk/gdk.c: Don't leave NULL's in argv. |