summaryrefslogtreecommitdiff
path: root/riscos/gui/url_bar.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-11-22 11:21:52 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-11-22 11:21:52 +0000
commit6ee760dea3b2743539f0c1bccec25d446f1b78b4 (patch)
treebaa4368f1877189e1f32a0f396ac4f4433418fda /riscos/gui/url_bar.h
parentc56fb9259b813ccc68437e1024c6bea01cfc3d51 (diff)
downloadnetsurf-6ee760dea3b2743539f0c1bccec25d446f1b78b4.tar.gz
netsurf-6ee760dea3b2743539f0c1bccec25d446f1b78b4.tar.bz2
Start URL bar hotlist indicator button implementation.
- Clicking to hotlist add/remove doesn't work. - Doesn't update while typing in URL bar.
Diffstat (limited to 'riscos/gui/url_bar.h')
-rw-r--r--riscos/gui/url_bar.h16
1 files changed, 15 insertions, 1 deletions
diff --git a/riscos/gui/url_bar.h b/riscos/gui/url_bar.h
index 0f5c6bc14..edc77640b 100644
--- a/riscos/gui/url_bar.h
+++ b/riscos/gui/url_bar.h
@@ -39,6 +39,20 @@ typedef enum {
struct url_bar;
/**
+ * Initialise the url bar module.
+ *
+ * \return True iff success, else false.
+ */
+
+bool ro_gui_url_bar_init(void);
+
+/**
+ * Finalise the url bar module
+ */
+
+void ro_gui_url_bar_fini(void);
+
+/**
* Create a new url bar widget.
*
* \param *theme The theme to apply (or NULL for the default).
@@ -120,7 +134,7 @@ bool ro_gui_url_bar_hide(struct url_bar *url_bar, bool hide);
/**
- * Handle redraw event rectangles in a URL bat.
+ * Handle redraw event rectangles in a URL bar.
*
* \param *url_bar The URL bar to use.
* \param *redraw The Wimp redraw rectangle to process.