diff options
| author | nyamatongwe <devnull@localhost> | 2011-06-05 09:51:39 +1000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2011-06-05 09:51:39 +1000 |
| commit | 93ed8a4c28c170852779e926730108c9fa64faf6 (patch) | |
| tree | 189aaed359ab32994e9ebaf3e4ea3ea7d48996f5 /cocoa/ScintillaCocoa.h | |
| parent | cd920f78d675e571855233f350dd6cdf2701695a (diff) | |
| download | scintilla-mirror-93ed8a4c28c170852779e926730108c9fa64faf6.tar.gz | |
Cocoa implementation of calltips.
Diffstat (limited to 'cocoa/ScintillaCocoa.h')
| -rw-r--r-- | cocoa/ScintillaCocoa.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h index 639a714cc..545dc3607 100644 --- a/cocoa/ScintillaCocoa.h +++ b/cocoa/ScintillaCocoa.h @@ -161,6 +161,8 @@ public: virtual bool CanPaste(); virtual void Paste(); virtual void Paste(bool rectangular); + void CTPaint(void* gc, NSRect rc); + void CallTipMouseDown(NSPoint pt); virtual void CreateCallTipWindow(PRectangle rc); virtual void AddToPopUp(const char *label, int cmd = 0, bool enabled = true); virtual void ClaimSelection(); |
