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 /include/Scintilla.h | |
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 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index e030aa859..a320fccbd 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -312,6 +312,7 @@ extern "C" { #define SCI_SETCARETPOLICY SCI_START + 369 #define SCI_LINESONSCREEN SCI_START + 370 +#define SCI_USEPOPUP SCI_START + 371 // GTK+ Specific #define SCI_GRABFOCUS SCI_START + 400 |