From 25a995931da1be77df132f7355218e86b0d0c00d Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sat, 4 Mar 2006 20:46:35 +0000 Subject: [project @ 2006-03-04 20:46:35 by rjw] Continue work towards favicon support. svn path=/import/netsurf/; revision=2104 --- riscos/theme.h | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'riscos/theme.h') 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, -- cgit v1.2.3