diff options
Diffstat (limited to 'lib/ephy-gui.h')
-rw-r--r-- | lib/ephy-gui.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ephy-gui.h b/lib/ephy-gui.h index 6668a4598..6a7e6ab30 100644 --- a/lib/ephy-gui.h +++ b/lib/ephy-gui.h @@ -47,6 +47,12 @@ void ephy_gui_menu_position_under_widget (GtkMenu *menu, gboolean *push_in, gpointer user_data); +void ephy_gui_menu_position_on_toolbar (GtkMenu *menu, + gint *x, + gint *y, + gboolean *push_in, + gpointer user_data); + void ephy_gui_menu_position_on_panel (GtkMenu *menu, gint *x, gint *y, |