diff options
| author | nyamatongwe <unknown> | 2007-01-24 23:09:28 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2007-01-24 23:09:28 +0000 |
| commit | 31e9679fd022236ad54303ce6a92573455e1eee8 (patch) | |
| tree | 7a6047913865d7a93ab2f59dedea5f6c981cbc89 /doc/ScintillaDoc.html | |
| parent | fea85b2567041c72df20ba3c80f30e717c050395 (diff) | |
| download | scintilla-mirror-31e9679fd022236ad54303ce6a92573455e1eee8.tar.gz | |
Set the modifiers field on the SCN_DOUBLECLICK notification so the SCI_SHIFT, SCI_CTRL,
and SCI_ALT bits may be set.
Diffstat (limited to 'doc/ScintillaDoc.html')
| -rw-r--r-- | doc/ScintillaDoc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 91785d532..301e4930b 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4558,7 +4558,7 @@ struct SCNotification { // SCN_DWELLEND, SCN_CALLTIPCLICK, // SCN_HOTSPOTCLICK, SCN_HOTSPOTDOUBLECLICK int ch; // SCN_CHARADDED, SCN_KEY - int modifiers; // SCN_KEY, SCN_HOTSPOTCLICK, SCN_HOTSPOTDOUBLECLICK + int modifiers; // SCN_KEY, SCN_DOUBLECLICK, SCN_HOTSPOTCLICK, SCN_HOTSPOTDOUBLECLICK int modificationType; // SCN_MODIFIED const char *text; // SCN_MODIFIED, SCN_USERLISTSELECTION, SCN_AUTOCSELECTION int length; // SCN_MODIFIED |
