summaryrefslogtreecommitdiff
path: root/atari/res/netsurf.rsh
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-09-19 18:39:13 +0000
committerOle Loots <ole@monochrom.net>2011-09-19 18:39:13 +0000
commit8287d6c020f9f9324922bc11ad5691911b2a5dbf (patch)
tree7fd1742f600b6ac0df2035c98be3af38f6811d21 /atari/res/netsurf.rsh
parent0f2871e41889f254cb614883ae9bbc6ab6fbceae (diff)
downloadnetsurf-8287d6c020f9f9324922bc11ad5691911b2a5dbf.tar.gz
netsurf-8287d6c020f9f9324922bc11ad5691911b2a5dbf.tar.bz2
Added context menu.
svn path=/trunk/netsurf/; revision=12822
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 49cccdfe7..28ee3432e 100755
--- a/atari/res/netsurf.rsh
+++ b/atari/res/netsurf.rsh
@@ -121,3 +121,14 @@
#define DOWNLOAD_CB_CLOSE_RDY 9 /* BUTTON in tree DOWNLOAD */
#define ABOUT 12 /* form/dial */
+
+#define POP_CTX 13 /* form/dial */
+#define POP_CTX_CUT_SEL 1 /* TEXT in tree POP_CTX */
+#define POP_CTX_COPY_SEL 2 /* TEXT in tree POP_CTX */
+#define POP_CTX_PASTE_SEL 3 /* TEXT in tree POP_CTX */
+#define POP_CTX_SELECT_ALL 4 /* TEXT in tree POP_CTX */
+#define POP_CTX_OPEN_NEW 6 /* TEXT in tree POP_CTX */
+#define POP_CTX_COPY_LINK 7 /* TEXT in tree POP_CTX */
+#define POP_CTX_COPY_URL 8 /* TEXT in tree POP_CTX */
+#define POP_CTX_SAVE_AS 9 /* TEXT in tree POP_CTX */
+#define POP_CTX_VIEW_SOURCE 10 /* TEXT in tree POP_CTX */