Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/ev-gui.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-05-16 10:10:59 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-05-16 10:10:59 (GMT)
commitc359817fe6a31b8e43266a09afdb69ac6f7d87d9 (patch)
treeed179532912d46a3f8449ed736807071ee7889b9 /lib/ev-gui.h
parent3159bda019e6ee334bfd11af45bd8ada0a871f33 (diff)
Show the popup menu also on keybindings
2005-05-16 Marco Pesenti Gritti <mpg@redhat.com> * lib/Makefile.am: * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb), (button_press_cb), (ev_sidebar_links_construct): Show the popup menu also on keybindings
Diffstat (limited to 'lib/ev-gui.h')
-rw-r--r--lib/ev-gui.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/lib/ev-gui.h b/lib/ev-gui.h
new file mode 100644
index 0000000..79323e6
--- /dev/null
+++ b/lib/ev-gui.h
@@ -0,0 +1,35 @@
+/*
+ * Copyright (C) 2002 Marco Pesenti Gritti
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Id$
+ */
+
+#ifndef EPHY_GUI_H
+#define EPHY_GUI_H
+
+#include <gtk/gtkmenu.h>
+
+G_BEGIN_DECLS
+
+void ev_gui_menu_position_tree_selection (GtkMenu *menu,
+ gint *x,
+ gint *y,
+ gboolean *push_in,
+ gpointer user_data);
+G_END_DECLS
+
+#endif