aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-gui.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2004-09-15 04:28:42 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2004-09-15 04:28:42 +0800
commitad595146b5a48a6b527d0f643e5b06edae32917d (patch)
treea1a623b63becd7b3ccdfeb4134d66732b3bfac9c /lib/ephy-gui.h
parente40e2cff4000f665f4b7c99f376b94f6c4e4b3bb (diff)
downloadgsoc2013-epiphany-ad595146b5a48a6b527d0f643e5b06edae32917d.tar
gsoc2013-epiphany-ad595146b5a48a6b527d0f643e5b06edae32917d.tar.gz
gsoc2013-epiphany-ad595146b5a48a6b527d0f643e5b06edae32917d.tar.bz2
gsoc2013-epiphany-ad595146b5a48a6b527d0f643e5b06edae32917d.tar.lz
gsoc2013-epiphany-ad595146b5a48a6b527d0f643e5b06edae32917d.tar.xz
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.h6
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,