diff options
| author | nyamatongwe <devnull@localhost> | 2000-03-18 04:01:39 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-03-18 04:01:39 +0000 |
| commit | 5648143522b5b75c1c4708ba2d54219fbc0c3d22 (patch) | |
| tree | 2663775598d5af5fb406b45195d99324a4f1db6c /include | |
| parent | ee2fb70f7d4a2cdf6cadab99633b9d0b990cbadd (diff) | |
| download | scintilla-mirror-5648143522b5b75c1c4708ba2d54219fbc0c3d22.tar.gz | |
Can turn off context (wrong mouse button) menu with SCI_USEPOPUP.
Most signals return FALSE on GTK+.
Diffstat (limited to 'include')
| -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 |
