diff options
author | nyamatongwe <unknown> | 2003-04-05 03:38:03 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-04-05 03:38:03 +0000 |
commit | ea7e17dd06127bc50740eb0a3af6e713d73d6d10 (patch) | |
tree | be4d30c53a42be0cb8390c965aad59e2a0db3364 /src/ScintillaBase.h | |
parent | 47c84f2b148b82bc39900177404b2bd81c4b89cc (diff) | |
download | scintilla-mirror-ea7e17dd06127bc50740eb0a3af6e713d73d6d10.tar.gz |
Moved calltip showing into method.
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 152d49f53..bf0b92d57 100644 --- a/src/ScintillaBase.h +++ b/src/ScintillaBase.h @@ -72,6 +72,7 @@ protected: static void AutoCompleteDoubleClick(void* p); void CallTipClick(); + void CallTipShow(Point pt, const char *defn); virtual void CreateCallTipWindow(PRectangle rc) = 0; virtual void AddToPopUp(const char *label, int cmd=0, bool enabled=true) = 0; |