aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-statusbar.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-01-18 22:21:11 +0800
committerChristian Persch <chpe@src.gnome.org>2006-01-18 22:21:11 +0800
commit539426a9bd327676ad71b263e497ce19da1adde9 (patch)
tree0292a84438d6b7db5a7edc2f979bc52507fd1285 /src/ephy-statusbar.h
parentd52eb5001589d5480dfa2f661c37a7b8a3576fcd (diff)
downloadgsoc2013-epiphany-539426a9bd327676ad71b263e497ce19da1adde9.tar
gsoc2013-epiphany-539426a9bd327676ad71b263e497ce19da1adde9.tar.gz
gsoc2013-epiphany-539426a9bd327676ad71b263e497ce19da1adde9.tar.bz2
gsoc2013-epiphany-539426a9bd327676ad71b263e497ce19da1adde9.tar.lz
gsoc2013-epiphany-539426a9bd327676ad71b263e497ce19da1adde9.tar.xz
gsoc2013-epiphany-539426a9bd327676ad71b263e497ce19da1adde9.tar.zst
gsoc2013-epiphany-539426a9bd327676ad71b263e497ce19da1adde9.zip
Add caret mode indicator UI. Bug #145581.
2006-01-18 Christian Persch <chpe@cvs.gnome.org> * src/ephy-statusbar.c: (create_caret_indicator), (ephy_statusbar_init), (ephy_statusbar_new), (ephy_statusbar_set_caret_mode): * src/ephy-statusbar.h: * src/ephy-window.c: (browse_with_caret_notifier): Add caret mode indicator UI. Bug #145581.
Diffstat (limited to 'src/ephy-statusbar.h')
-rw-r--r--src/ephy-statusbar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-statusbar.h b/src/ephy-statusbar.h
index 92ceb3b5f..6db674193 100644
--- a/src/ephy-statusbar.h
+++ b/src/ephy-statusbar.h
@@ -65,6 +65,9 @@ GtkTooltips *ephy_statusbar_get_tooltips (EphyStatusbar *statusbar);
GtkWidget *ephy_statusbar_get_security_frame (EphyStatusbar *statusbar);
+void ephy_statusbar_set_caret_mode (EphyStatusbar *statusbar,
+ gboolean enabled);
+
void ephy_statusbar_set_security_state (EphyStatusbar *statusbar,
const char *stock_id,
const char *tooltip);