diff options
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); |