diff options
author | nyamatongwe <unknown> | 2003-04-03 12:34:05 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-04-03 12:34:05 +0000 |
commit | e8e793075aae262aef781841fc2a8ae235eab604 (patch) | |
tree | 0cfa2be9e2e8e5d4facfac54c62da3d91a31d7bc /src/ScintillaBase.h | |
parent | 903563a1cd3604b7bd6151ea0ec5c32314098808 (diff) | |
download | scintilla-mirror-e8e793075aae262aef781841fc2a8ae235eab604.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 'src/ScintillaBase.h')
-rw-r--r-- | src/ScintillaBase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ScintillaBase.h b/src/ScintillaBase.h index 9a9433dd7..152d49f53 100644 --- a/src/ScintillaBase.h +++ b/src/ScintillaBase.h @@ -71,6 +71,7 @@ protected: void AutoCompleteMoveToCurrentWord(); static void AutoCompleteDoubleClick(void* p); + void CallTipClick(); virtual void CreateCallTipWindow(PRectangle rc) = 0; virtual void AddToPopUp(const char *label, int cmd=0, bool enabled=true) = 0; |