diff options
author | nyamatongwe <unknown> | 2000-03-18 04:01:39 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-03-18 04:01:39 +0000 |
commit | 1ae22525d048995815c69fc63b8ef8ed8374252f (patch) | |
tree | 2663775598d5af5fb406b45195d99324a4f1db6c /doc/ScintillaDoc.html | |
parent | 5b1696c853eade22c596eaf0786b218f37e1de04 (diff) | |
download | scintilla-mirror-1ae22525d048995815c69fc63b8ef8ed8374252f.tar.gz |
Can turn off context (wrong mouse button) menu with SCI_USEPOPUP.
Most signals return FALSE on GTK+.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index fc86444af..fde329522 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -637,6 +637,16 @@ SCI_CLEARALLCMDKEYS SHIFT_PRESSED and LEFT_CTRL_PRESSED. </p> <h3> + Popup edit menu + </h3> +<pre> +SCI_USEPOPUP +</pre> + <p> + Clicking the wrong button on the mouse pops up a short default editing menu. + This may be turned off with SCI_USEPOPUP(0). + </p> + <h3> Macro Recording </h3> <pre> |