diff options
author | Tim Janik <timj@gtk.org> | 1998-03-24 14:04:07 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-03-24 14:04:07 +0000 |
commit | cb98231c7df0c2cd222aad83c0c2bf6a87206695 (patch) | |
tree | af6c583b82c8b9d08f16f480ce9b050c114b95e3 /gtk/gtkhandlebox.h | |
parent | 36e83663cf3ee151953267cc0bc163ec3d3f4af6 (diff) | |
download | gtk+-cb98231c7df0c2cd222aad83c0c2bf6a87206695.tar.gz |
implemented new flag shrink_on_detach (TRUE by default) which will cause
Tue Mar 24 14:59:50 1998 Tim Janik <timj@gtk.org>
* gtk/gtkhandlebox.h:
* gtk/gtkhandlebox.c: implemented new flag shrink_on_detach (TRUE by
default) which will cause the handle boxes requisition to collapse in
case the child is already detached.
removed duplicate ChangeLog entry from owen.
Diffstat (limited to 'gtk/gtkhandlebox.h')
-rw-r--r-- | gtk/gtkhandlebox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkhandlebox.h b/gtk/gtkhandlebox.h index 0727cd2441..3f4b55e523 100644 --- a/gtk/gtkhandlebox.h +++ b/gtk/gtkhandlebox.h @@ -53,6 +53,7 @@ struct _GtkHandleBox guint float_window_mapped : 1; guint child_detached : 1; guint in_drag : 1; + guint shrink_on_detach : 1; GdkCursor *fleur_cursor; gint dragoff_x, dragoff_y; /* start drag position (wrt widget->window) */ |