diff options
author | Adam Hooper <adamh@src.gnome.org> | 2004-07-01 09:47:17 +0800 |
---|---|---|
committer | Adam Hooper <adamh@src.gnome.org> | 2004-07-01 09:47:17 +0800 |
commit | bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d (patch) | |
tree | d368c9eec18379a062af184d89b064517273c558 /src/ephy-statusbar.h | |
parent | 61533f01f0f6df3b9dafc18d1567507830db0752 (diff) | |
download | gsoc2013-epiphany-bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d.tar.gz gsoc2013-epiphany-bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d.tar.zst gsoc2013-epiphany-bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d.zip |
Popup blocking support. View -> Popup Windows.
Diffstat (limited to 'src/ephy-statusbar.h')
-rw-r--r-- | src/ephy-statusbar.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ephy-statusbar.h b/src/ephy-statusbar.h index ed6c44844..8ca1b5af4 100644 --- a/src/ephy-statusbar.h +++ b/src/ephy-statusbar.h @@ -46,6 +46,7 @@ struct EphyStatusbar /*< public >*/ GtkTooltips *tooltips; GtkWidget *security_frame; + GtkWidget *popups_manager_frame; /*< private >*/ EphyStatusbarPrivate *priv; @@ -64,6 +65,10 @@ void ephy_statusbar_set_security_state (EphyStatusbar *statusbar, gboolean secure, const char *tooltip); +void ephy_statusbar_set_popups_state (EphyStatusbar *statusbar, + gboolean hidden, + const char *tooltip); + void ephy_statusbar_set_progress (EphyStatusbar *statusbar, int progress); |