diff options
| author | nyamatongwe <devnull@localhost> | 2003-04-03 12:34:05 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2003-04-03 12:34:05 +0000 |
| commit | 3d0117d9b355477ac4054d5a0a91772ab89a9e96 (patch) | |
| tree | 0cfa2be9e2e8e5d4facfac54c62da3d91a31d7bc /include/Scintilla.iface | |
| parent | e22bcdbe06d78ab811ebc5a1623001133c10ea59 (diff) | |
| download | scintilla-mirror-3d0117d9b355477ac4054d5a0a91772ab89a9e96.tar.gz | |
CallTip can display up and down arrows and clicks are reported to
container.
Calltip can be replaced while visible rather than needing a cancel and
recreation to minimize flashing.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 1ea3be8b0..be04e6a04 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2070,6 +2070,7 @@ evt void DwellEnd=2017(int position) evt void Zoom=2018(void) evt void HotSpotClick=2019(int modifiers, int position) evt void HotSpotDoubleClick=2020(int modifiers, int position) +evt void CallTipClick=2021(int position) cat Deprecated |
