From 4e7235a92f1f42872bf4c0d1621ce3f3cfba37b1 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sun, 10 Apr 2011 21:52:07 +0000 Subject: Moved mouse movement handling into window event handlers, updated resources, updated todos, implemented treeview + hotlist svn path=/trunk/netsurf/; revision=12182 --- atari/res/netsurf.rsh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'atari/res/netsurf.rsh') diff --git a/atari/res/netsurf.rsh b/atari/res/netsurf.rsh index a9d34ad47..49cccdfe7 100755 --- a/atari/res/netsurf.rsh +++ b/atari/res/netsurf.rsh @@ -93,9 +93,10 @@ #define SLIDER_BT_SCROLL_D 7 /* BOXCHAR in tree SLIDER */ #define TOOLBAR_HOTLIST 9 /* form/dial */ -#define TOOLBAR_HOTLIST_CREATE_FOLDER 1 /* BUTTON in tree TOOLBAR_HOTLIST */ -#define TOOLBAR_HOTLIST_ADD 2 /* BUTTON in tree TOOLBAR_HOTLIST */ -#define TOOLBAR_HOTLIST_DELETE 3 /* BUTTON in tree TOOLBAR_HOTLIST */ +#define TOOLBAR_HOTLIST_ADD 1 /* CICON in tree TOOLBAR_HOTLIST */ +#define TOOLBAR_HOTLIST_CREATE_FOLDER 2 /* CICON in tree TOOLBAR_HOTLIST */ +#define TOOLBAR_HOTLIST_DELETE 3 /* CICON in tree TOOLBAR_HOTLIST */ +#define TOOLBAR_HOTLIST_EDIT 4 /* CICON in tree TOOLBAR_HOTLIST */ #define SEARCH 10 /* form/dial */ #define SEARCH_TB_SRCH 1 /* FTEXT in tree SEARCH */ @@ -113,11 +114,10 @@ #define DOWNLOAD_PROGRESS_DONE 2 /* BOX in tree DOWNLOAD */ #define DOWNLOAD_FILENAME 3 /* TEXT in tree DOWNLOAD */ #define DOWNLOAD_BT_ABORT 4 /* BUTTON in tree DOWNLOAD */ -#define DOWNLOAD_BT_PAUSE 5 /* BUTTON in tree DOWNLOAD */ -#define DOWNLOAD_LBL_CLOSE_RDY 6 /* STRING in tree DOWNLOAD */ -#define DOWNLOAD_LBL_BYTES 7 /* TEXT in tree DOWNLOAD */ -#define DOWNLOAD_LBL_PERCENT 8 /* TEXT in tree DOWNLOAD */ -#define DOWNLOAD_LBL_SPEED 9 /* TEXT in tree DOWNLOAD */ -#define DOWNLOAD_CB_CLOSE_RDY 10 /* BUTTON in tree DOWNLOAD */ +#define DOWNLOAD_LBL_CLOSE_RDY 5 /* STRING in tree DOWNLOAD */ +#define DOWNLOAD_LBL_BYTES 6 /* TEXT in tree DOWNLOAD */ +#define DOWNLOAD_LBL_PERCENT 7 /* TEXT in tree DOWNLOAD */ +#define DOWNLOAD_LBL_SPEED 8 /* TEXT in tree DOWNLOAD */ +#define DOWNLOAD_CB_CLOSE_RDY 9 /* BUTTON in tree DOWNLOAD */ #define ABOUT 12 /* form/dial */ -- cgit v1.2.3