diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-05-25 05:53:42 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-05-25 05:53:42 +0000 |
commit | bbca88c99c2f4ac2a6f302e3ebd605863d5201c0 (patch) | |
tree | 080aa97298c103328140d9e9748f0dc075de0ec1 /gtk/gtkstatusicon.h | |
parent | 3ad71f80c03c97b59be82291711c838d8943e194 (diff) | |
download | gtk+-bbca88c99c2f4ac2a6f302e3ebd605863d5201c0.tar.gz |
allow positioning bubbles
Diffstat (limited to 'gtk/gtkstatusicon.h')
-rwxr-xr-x | gtk/gtkstatusicon.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkstatusicon.h b/gtk/gtkstatusicon.h index 265b006e53..47b7d5be80 100755 --- a/gtk/gtkstatusicon.h +++ b/gtk/gtkstatusicon.h @@ -109,6 +109,10 @@ void gtk_status_icon_position_menu (GtkMenu *me gint *y, gboolean *push_in, gpointer user_data); +gboolean gtk_status_icon_get_geometry (GtkStatusIcon *status_icon, + GdkScreen **screen, + GdkRectangle *area, + GtkOrientation *orientation); G_END_DECLS |