summaryrefslogtreecommitdiff
path: root/atari/res/netsurf.rsh
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-02-01 21:28:19 +0000
committerOle Loots <ole@monochrom.net>2011-02-01 21:28:19 +0000
commited5af6370e3fb35105b5dc1722e0aad7b40379db (patch)
tree71f876580d2626276faff3a11b8acfead74ae340 /atari/res/netsurf.rsh
parentc59b173d21074474b5267f3d39c56302855367df (diff)
downloadnetsurf-ed5af6370e3fb35105b5dc1722e0aad7b40379db.tar.gz
netsurf-ed5af6370e3fb35105b5dc1722e0aad7b40379db.tar.bz2
Added download dialog
svn path=/trunk/netsurf/; revision=11593
Diffstat (limited to 'atari/res/netsurf.rsh')
-rwxr-xr-xatari/res/netsurf.rsh13
1 files changed, 13 insertions, 0 deletions
diff --git a/atari/res/netsurf.rsh b/atari/res/netsurf.rsh
index 44c41e78b..a47402d52 100755
--- a/atari/res/netsurf.rsh
+++ b/atari/res/netsurf.rsh
@@ -106,3 +106,16 @@
#define SEARCH_BT_SEARCH 6 /* BUTTON in tree SEARCH */
#define SEARCH_CB_FWD 7 /* BOX in tree SEARCH */
#define SEARCH_LBL_FWD 8 /* STRING in tree SEARCH */
+
+#define DOWNLOAD 11 /* form/dial */
+/* Width ist 400, code depends on that! If you change it, change it in download.c */
+#define DOWNLOAD_PROGRESS 1 /* BOX in tree DOWNLOAD */
+#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_CB_CLOSE_RDY 6 /* BOXCHAR in tree DOWNLOAD */
+#define DOWNLOAD_LBL_CLOSE_RDY 7 /* STRING in tree DOWNLOAD */
+#define DOWNLOAD_LBL_BYTES 8 /* TEXT in tree DOWNLOAD */
+#define DOWNLOAD_LBL_PERCENT 9 /* TEXT in tree DOWNLOAD */
+#define DOWNLOAD_LBL_SPEED 10 /* TEXT in tree DOWNLOAD */