diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-05-02 00:07:34 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-05-02 00:07:34 +0800 |
commit | 6fb6efa2850bda26532bd1318648fdf61436a804 (patch) | |
tree | 3cf025a3c96604fa3b7ca0a65dd9b5c5189ddd4a /src/ephy-statusbar.h | |
parent | 72e67cfe0d23352fe6864b48ddc5a648f51ee80a (diff) | |
download | gsoc2013-epiphany-6fb6efa2850bda26532bd1318648fdf61436a804.tar gsoc2013-epiphany-6fb6efa2850bda26532bd1318648fdf61436a804.tar.gz gsoc2013-epiphany-6fb6efa2850bda26532bd1318648fdf61436a804.tar.bz2 gsoc2013-epiphany-6fb6efa2850bda26532bd1318648fdf61436a804.tar.lz gsoc2013-epiphany-6fb6efa2850bda26532bd1318648fdf61436a804.tar.xz gsoc2013-epiphany-6fb6efa2850bda26532bd1318648fdf61436a804.tar.zst gsoc2013-epiphany-6fb6efa2850bda26532bd1318648fdf61436a804.zip |
Make the statusbar's GtkTooltips publicly accessibly.
2004-05-01 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-statusbar.c: (ephy_statusbar_init),
(ephy_statusbar_finalize), (ephy_statusbar_set_security_state):
* src/ephy-statusbar.h:
Make the statusbar's GtkTooltips publicly accessibly.
Diffstat (limited to 'src/ephy-statusbar.h')
-rw-r--r-- | src/ephy-statusbar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-statusbar.h b/src/ephy-statusbar.h index 34ad88ef5..ed6c44844 100644 --- a/src/ephy-statusbar.h +++ b/src/ephy-statusbar.h @@ -24,6 +24,7 @@ #define EPHY_STATUSBAR_H #include <gtk/gtkstatusbar.h> +#include <gtk/gtktooltips.h> G_BEGIN_DECLS @@ -43,6 +44,7 @@ struct EphyStatusbar GtkStatusbar parent; /*< public >*/ + GtkTooltips *tooltips; GtkWidget *security_frame; /*< private >*/ |