summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-11-24 22:07:30 +0100
committerOle Loots <ole@monochrom.net>2013-11-24 22:07:30 +0100
commit3096669b19fbc46643af3a191a8cfb3b39dc7d15 (patch)
tree0489e8f50e9615f11e18ea9f6b3192907ada236e
parentaed34baa0678bf5f72e483ca24dbc538181268e6 (diff)
downloadnetsurf-3096669b19fbc46643af3a191a8cfb3b39dc7d15.tar.gz
netsurf-3096669b19fbc46643af3a191a8cfb3b39dc7d15.tar.bz2
Updated header file for new toolbar functions.
-rw-r--r--atari/toolbar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/atari/toolbar.h b/atari/toolbar.h
index 16c4eb220..be4bd038e 100644
--- a/atari/toolbar.h
+++ b/atari/toolbar.h
@@ -75,6 +75,8 @@ void toolbar_get_grect(struct s_toolbar *tb, short which, GRECT *g);
OBJECT *toolbar_get_form(struct s_toolbar *tb);
struct textarea *toolbar_get_textarea(struct s_toolbar *tb,
enum toolbar_textarea which);
+char *toolbar_get_url(struct s_toolbar *tb);
+nsurl * toolbar_get_nsurl(struct s_toolbar * tb);
void toolbar_set_throbber_state(struct s_toolbar *tb, bool active);
void toolbar_set_attached(struct s_toolbar *tb, bool attached);
void toolbar_set_visible(struct s_toolbar *tb, short area, bool visible);
@@ -91,6 +93,8 @@ void toolbar_reload_click(struct s_toolbar *tb);
void toolbar_forward_click(struct s_toolbar *tb);
void toolbar_home_click(struct s_toolbar *tb);
void toolbar_stop_click(struct s_toolbar *tb);
+void toolbar_favorite_click(struct s_toolbar *tb);
+void toolbar_crypto_click(struct s_toolbar *tb);
#endif