diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-09-15 04:28:42 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-09-15 04:28:42 +0800 |
commit | ad595146b5a48a6b527d0f643e5b06edae32917d (patch) | |
tree | a1a623b63becd7b3ccdfeb4134d66732b3bfac9c /lib/ephy-gui.h | |
parent | e40e2cff4000f665f4b7c99f376b94f6c4e4b3bb (diff) | |
download | gsoc2013-epiphany-ad595146b5a48a6b527d0f643e5b06edae32917d.tar.gz gsoc2013-epiphany-ad595146b5a48a6b527d0f643e5b06edae32917d.tar.zst gsoc2013-epiphany-ad595146b5a48a6b527d0f643e5b06edae32917d.zip |
Better positioning of context menus for treeviews. Fix #152431
2004-09-13 Marco Pesenti Gritti <marco@gnome.org>
* lib/ephy-guy.c:
* src/bookmarks/ephy-bookmarks-editor.c:
* src/ephy-history-window.c:
Better positioning of context menus for treeviews.
Fix #152431
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 8c3846d10..0c9c5a04c 100644 --- a/lib/ephy-gui.h +++ b/lib/ephy-gui.h @@ -30,6 +30,12 @@ G_BEGIN_DECLS +void ephy_gui_menu_position_tree_selection (GtkMenu *menu, + gint *x, + gint *y, + gboolean *push_in, + gpointer user_data); + void ephy_gui_menu_position_under_widget (GtkMenu *menu, gint *x, gint *y, |