From bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d Mon Sep 17 00:00:00 2001 From: Adam Hooper Date: Thu, 1 Jul 2004 01:47:17 +0000 Subject: Popup blocking support. View -> Popup Windows. --- src/ephy-statusbar.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ephy-statusbar.h') 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); -- cgit