aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-tab.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-06-20 06:57:50 +0800
committerChristian Persch <chpe@src.gnome.org>2003-06-20 06:57:50 +0800
commit37a1f2f5e2544db814a79631d4f4b958f6dba9a8 (patch)
tree96337a05b2e5216168203b7d1fb507e696ca4f17 /src/ephy-tab.h
parentb3dec5832fbbefc25e0efac92476a67130620ce5 (diff)
downloadgsoc2013-epiphany-37a1f2f5e2544db814a79631d4f4b958f6dba9a8.tar
gsoc2013-epiphany-37a1f2f5e2544db814a79631d4f4b958f6dba9a8.tar.gz
gsoc2013-epiphany-37a1f2f5e2544db814a79631d4f4b958f6dba9a8.tar.bz2
gsoc2013-epiphany-37a1f2f5e2544db814a79631d4f4b958f6dba9a8.tar.lz
gsoc2013-epiphany-37a1f2f5e2544db814a79631d4f4b958f6dba9a8.tar.xz
gsoc2013-epiphany-37a1f2f5e2544db814a79631d4f4b958f6dba9a8.tar.zst
gsoc2013-epiphany-37a1f2f5e2544db814a79631d4f4b958f6dba9a8.zip
Move the context popup menu to ephy-window.c. If there's no background
2003-06-20 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.h: * src/ephy-tab.c: (popup_menu_at_coords), (ephy_tab_show_embed_popup), (ephy_tab_context_menu_cb), (ephy_tab_set_event): * src/ephy-window.c: (popup_menu_at_coords), (show_embed_popup), (tab_context_menu_cb), (ephy_window_set_active_tab): Move the context popup menu to ephy-window.c. If there's no background image, disable the SaveBackgroundAs menu entry.
Diffstat (limited to 'src/ephy-tab.h')
-rw-r--r--src/ephy-tab.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-tab.h b/src/ephy-tab.h
index 96b40d6ed..cad8754eb 100644
--- a/src/ephy-tab.h
+++ b/src/ephy-tab.h
@@ -68,6 +68,9 @@ EggAction * ephy_tab_get_action (EphyTab *tab);
EphyEmbed * ephy_tab_get_embed (EphyTab *tab);
+void ephy_tab_set_event (EphyTab *tab,
+ EphyEmbedEvent *event);
+
EphyEmbedEvent *ephy_tab_get_event (EphyTab *tab);
void ephy_tab_set_window (EphyTab *tab,