summaryrefslogtreecommitdiff
path: root/atari/res/netsurf.rsh
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-11-19 00:47:03 +0100
committerOle Loots <ole@monochrom.net>2012-11-19 00:47:03 +0100
commit9676253184e001d46a9ceb4e36c47484e169f272 (patch)
tree6734816e297579283fb837bd615a6e9babca12a3 /atari/res/netsurf.rsh
parentc415f9bf989f83c7ced6bb930e3421dab6f4093b (diff)
downloadnetsurf-9676253184e001d46a9ceb4e36c47484e169f272.tar.gz
netsurf-9676253184e001d46a9ceb4e36c47484e169f272.tar.bz2
Imporved gemtk toolbar handling.
Diffstat (limited to 'atari/res/netsurf.rsh')
-rwxr-xr-xatari/res/netsurf.rsh11
1 files changed, 11 insertions, 0 deletions
diff --git a/atari/res/netsurf.rsh b/atari/res/netsurf.rsh
index 3c2353ede..7b422efc8 100755
--- a/atari/res/netsurf.rsh
+++ b/atari/res/netsurf.rsh
@@ -197,3 +197,14 @@
#define CHOICES_CB_BG_IMAGES 107 /* BUTTON in tree CHOICES */
#define CHOICES_ABORT 108 /* BUTTON in tree CHOICES */
#define CHOICES_OK 109 /* BUTTON in tree CHOICES */
+
+#define ALERT 14 /* form/dial */
+
+#define VSCROLLER 15 /* form/dial */
+#define VSCROLLER_AREA 1 /* BOX in tree VSCROLLER */
+#define VSCROLLER_SLIDER_AREA 2 /* BUTTON in tree VSCROLLER */
+#define VSCROLLER_SLIDER 3 /* BUTTON in tree VSCROLLER */
+#define VSCROLLER_BT_DOWN 7 /* IBOX in tree VSCROLLER */
+#define VSCROLLER_BT_DOWN_PIC 5 /* CICON in tree VSCROLLER */
+#define VSCROLLER_BT_UP 6 /* IBOX in tree VSCROLLER */
+#define VSCROLLER_BT_UP_PIC 4 /* CICON in tree VSCROLLER */