diff options
author | Tim Janik <timj@gtk.org> | 1998-06-19 06:56:15 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-06-19 06:56:15 +0000 |
commit | 5c68ecbc0f681cc119108bbd01bdf3ce67a14a6d (patch) | |
tree | 3a9449b498537e83dcecb3d349e8c7fed0bd6ce7 /ChangeLog.pre-2-4 | |
parent | 5c5a45f9b0981c84a3243fee2e79b311744bdebe (diff) | |
download | gtk+-5c68ecbc0f681cc119108bbd01bdf3ce67a14a6d.tar.gz |
fail silently for toplevels. if resize_mode changes to GTK_RESIZE_PARENT,
Fri Jun 19 06:18:19 1998 Tim Janik <timj@gtk.org>
* gtk/gtkcontainer.c (gtk_container_set_resize_mode): fail silently
for toplevels. if resize_mode changes to GTK_RESIZE_PARENT, clear the
resize widget list before queuing the container for a new reize.
(gtk_container_need_resize): changed return value to FALSE, since this
used to indicate that no further resizes are needed.
(gtk_container_set_arg):
(gtk_container_get_arg):
(gtk_container_class_init): implemented GtkContainer::resize_mode
argument.
(gtk_container_resize_children): when we walk up the tree of a resize
widget we need to stop if we are the current parent.
* gtk/gtkwidget.c (gtk_widget_queue_resize): flag the resize child with
GTK_RESIZE_NEEDED for container->resize_mode==GTK_RESIZE_IMMEDIATE.
(gtk_widget_hide_all): retrive the toplevel widget from via
gtk_widget_get_resize_container().
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 61e10299c4..d1827a0413 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,23 @@ +Fri Jun 19 06:18:19 1998 Tim Janik <timj@gtk.org> + + * gtk/gtkcontainer.c (gtk_container_set_resize_mode): fail silently + for toplevels. if resize_mode changes to GTK_RESIZE_PARENT, clear the + resize widget list before queuing the container for a new reize. + (gtk_container_need_resize): changed return value to FALSE, since this + used to indicate that no further resizes are needed. + (gtk_container_set_arg): + (gtk_container_get_arg): + (gtk_container_class_init): implemented GtkContainer::resize_mode + argument. + + (gtk_container_resize_children): when we walk up the tree of a resize + widget we need to stop if we are the current parent. + + * gtk/gtkwidget.c (gtk_widget_queue_resize): flag the resize child with + GTK_RESIZE_NEEDED for container->resize_mode==GTK_RESIZE_IMMEDIATE. + (gtk_widget_hide_all): retrive the toplevel widget from via + gtk_widget_get_resize_container(). + Thu Jun 18 23:08:36 1998 Owen Taylor <otaylor@gtk.org> * gtk/gtklist.c (gtk_list_button_press): Only respond |