aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ScintillaBase.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-04-03 12:34:05 +0000
committernyamatongwe <unknown>2003-04-03 12:34:05 +0000
commite8e793075aae262aef781841fc2a8ae235eab604 (patch)
tree0cfa2be9e2e8e5d4facfac54c62da3d91a31d7bc /src/ScintillaBase.h
parent903563a1cd3604b7bd6151ea0ec5c32314098808 (diff)
downloadscintilla-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.h1
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;