summaryrefslogtreecommitdiff
path: root/gtk/gtkhandlebox.h
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1998-01-01 03:31:11 +0000
committerElliot Lee <sopwith@src.gnome.org>1998-01-01 03:31:11 +0000
commit0516fcead1091e0f48c45d29ff566911a26582dc (patch)
treed90a08e8ee20fbcf7bebf5331b4b77c3ba908101 /gtk/gtkhandlebox.h
parentf872397c0c6f3fd532ec867fa2fbc1cb89af1a94 (diff)
downloadgtk+-0516fcead1091e0f48c45d29ff566911a26582dc.tar.gz
handlebox now lets you set in_root flag (and if you set that, its location as well)
Diffstat (limited to 'gtk/gtkhandlebox.h')
-rw-r--r--gtk/gtkhandlebox.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtkhandlebox.h b/gtk/gtkhandlebox.h
index a31422b67d..12f4f3ad40 100644
--- a/gtk/gtkhandlebox.h
+++ b/gtk/gtkhandlebox.h
@@ -53,6 +53,11 @@ struct _GtkHandleBoxClass
guint gtk_handle_box_get_type (void);
GtkWidget* gtk_handle_box_new (void);
+/* the x and y coordinates (relative to root window, of course)
+ are only needed if you pass in_root = TRUE */
+void gtk_handle_box_set_location (GtkWidget *widget,
+ gboolean in_root,
+ gint x, gint y);
#ifdef __cplusplus
}