diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-10-31 01:46:05 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-10-31 01:46:05 +0800 |
commit | 96b61f1e2c50ce20423136738e1a3e0a9d7364dc (patch) | |
tree | dcb97f1e845ac42fa5dba1e920d89f114c0fd8d0 /embed/ephy-embed.h | |
parent | c9ccac921537b68b5620b485848094a0ffecc3c1 (diff) | |
download | gsoc2013-epiphany-96b61f1e2c50ce20423136738e1a3e0a9d7364dc.tar.gz gsoc2013-epiphany-96b61f1e2c50ce20423136738e1a3e0a9d7364dc.tar.zst gsoc2013-epiphany-96b61f1e2c50ce20423136738e1a3e0a9d7364dc.zip |
When showing a modal alert put up by a web page, switch the window to that
2004-10-30 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* embed/ephy-embed.c: (ephy_embed_base_init):
* embed/ephy-embed.h:
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyBrowser.h:
* src/ephy-window.c: (modal_alert_cb), (tab_added_cb),
(tab_removed_cb):
When showing a modal alert put up by a web page, switch the window
to that tab.
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r-- | embed/ephy-embed.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h index 2ebc3b69a..daa9cba0e 100644 --- a/embed/ephy-embed.h +++ b/embed/ephy-embed.h @@ -131,6 +131,8 @@ struct _EphyEmbedIface float new_zoom); void (* content_change) (EphyEmbed *embed, const char *uri); + gboolean (* modal_alert) (EphyEmbed *embed); + void (* modal_alert_closed) (EphyEmbed *embed); /* Methods */ void (* load_url) (EphyEmbed *embed, |