diff options
author | nyamatongwe <devnull@localhost> | 2003-04-05 03:38:03 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-04-05 03:38:03 +0000 |
commit | bbfa8401d318d4d5a914f5ebc25841ff8fc3d80e (patch) | |
tree | be4d30c53a42be0cb8390c965aad59e2a0db3364 /src/ScintillaBase.h | |
parent | fdbc467f23e1f47db1c920f1d698a3a2bf0270a5 (diff) | |
download | scintilla-mirror-bbfa8401d318d4d5a914f5ebc25841ff8fc3d80e.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; |