summaryrefslogtreecommitdiff
path: root/riscos/theme.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-03-04 20:46:35 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-03-04 20:46:35 +0000
commit25a995931da1be77df132f7355218e86b0d0c00d (patch)
tree8cf65d6088245971d68e567aba59c4bae66afa64 /riscos/theme.h
parentb48ed604f558dcb43a35c317c78402b429ae0542 (diff)
downloadnetsurf-25a995931da1be77df132f7355218e86b0d0c00d.tar.gz
netsurf-25a995931da1be77df132f7355218e86b0d0c00d.tar.bz2
[project @ 2006-03-04 20:46:35 by rjw]
Continue work towards favicon support. svn path=/import/netsurf/; revision=2104
Diffstat (limited to 'riscos/theme.h')
-rw-r--r--riscos/theme.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/riscos/theme.h b/riscos/theme.h
index 4c21d0296..bd6a4783c 100644
--- a/riscos/theme.h
+++ b/riscos/theme.h
@@ -14,6 +14,39 @@
#ifndef _NETSURF_RISCOS_THEME_H_
#define _NETSURF_RISCOS_THEME_H_
+/* icon numbers for browser toolbars */
+#define ICON_TOOLBAR_BACK 0
+#define ICON_TOOLBAR_FORWARD 1
+#define ICON_TOOLBAR_STOP 2
+#define ICON_TOOLBAR_RELOAD 3
+#define ICON_TOOLBAR_HOME 4
+#define ICON_TOOLBAR_HISTORY 5
+#define ICON_TOOLBAR_SAVE 6
+#define ICON_TOOLBAR_PRINT 7
+#define ICON_TOOLBAR_BOOKMARK 8
+#define ICON_TOOLBAR_SCALE 9
+#define ICON_TOOLBAR_SEARCH 10
+#define ICON_TOOLBAR_LAST 11
+#define ICON_TOOLBAR_SURROUND 11 // Must be after highest toolbar icon
+#define ICON_TOOLBAR_FAVICON 12
+#define ICON_TOOLBAR_URL 13
+#define ICON_TOOLBAR_SUGGEST 14
+#define ICON_TOOLBAR_THROBBER 15
+
+/* icon numbers for hotlist/history toolbars */
+#define ICON_TOOLBAR_DELETE 0
+#define ICON_TOOLBAR_EXPAND 1
+#define ICON_TOOLBAR_OPEN 2
+#define ICON_TOOLBAR_LAUNCH 3
+#define ICON_TOOLBAR_HISTORY_LAST 4
+#define ICON_TOOLBAR_CREATE 4 // must be after last history icon
+#define ICON_TOOLBAR_HOTLIST_LAST 5
+
+/* editing toolbar separator number */
+#define ICON_TOOLBAR_SEPARATOR_BROWSER 11
+#define ICON_TOOLBAR_SEPARATOR_HOTLIST 5
+#define ICON_TOOLBAR_SEPARATOR_HISTORY 4
+
typedef enum {
THEME_BROWSER_TOOLBAR,
THEME_HOTLIST_TOOLBAR,