diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1998-01-01 03:31:11 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1998-01-01 03:31:11 +0000 |
commit | 0516fcead1091e0f48c45d29ff566911a26582dc (patch) | |
tree | d90a08e8ee20fbcf7bebf5331b4b77c3ba908101 /gtk/gtkhandlebox.h | |
parent | f872397c0c6f3fd532ec867fa2fbc1cb89af1a94 (diff) | |
download | gtk+-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.h | 5 |
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 } |