From 0516fcead1091e0f48c45d29ff566911a26582dc Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 1 Jan 1998 03:31:11 +0000 Subject: handlebox now lets you set in_root flag (and if you set that, its location as well) --- gtk/gtkhandlebox.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gtk/gtkhandlebox.h') 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 } -- cgit v1.2.1