summaryrefslogtreecommitdiff
path: root/gtk/gtkhandlebox.h
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1997-12-22 21:37:43 +0000
committerElliot Lee <sopwith@src.gnome.org>1997-12-22 21:37:43 +0000
commit4da7b2f2efee93706132eb79a886fd78126787bf (patch)
tree8c5e7ac100733575294c89be42efda04b07d53c3 /gtk/gtkhandlebox.h
parent0a81bbf58f0d3cfdbc59056dc77e13f7c4689ef5 (diff)
downloadgtk+-4da7b2f2efee93706132eb79a886fd78126787bf.tar.gz
The handlebox is almost finished. Just need help with resizing the
parent - anyone know what I should be doing?
Diffstat (limited to 'gtk/gtkhandlebox.h')
-rw-r--r--gtk/gtkhandlebox.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkhandlebox.h b/gtk/gtkhandlebox.h
index 106f1aa742..a31422b67d 100644
--- a/gtk/gtkhandlebox.h
+++ b/gtk/gtkhandlebox.h
@@ -42,7 +42,8 @@ struct _GtkHandleBox
{
GtkEventBox event_box;
GtkWidget *real_parent;
- gboolean is_being_dragged;
+ GtkRequisition real_requisition;
+ gboolean is_being_dragged, is_onroot;
};
struct _GtkHandleBoxClass