aboutsummaryrefslogtreecommitdiffhomepage
path: root/macosx/ScintillaMacOSX.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-02-02 21:59:02 +1100
committernyamatongwe <devnull@localhost>2011-02-02 21:59:02 +1100
commit00e49b085ffd982a394057feee62d271798555d0 (patch)
tree22f35e63d2b895eddf0291f68ec04b591e811a6c /macosx/ScintillaMacOSX.h
parent08d4b480e016ad91c286bb81d21feb888bb67cd2 (diff)
downloadscintilla-mirror-00e49b085ffd982a394057feee62d271798555d0.tar.gz
Made work on Carbon bymaking a simple form of ClearSelection
that fits in command table.
Diffstat (limited to 'macosx/ScintillaMacOSX.h')
-rw-r--r--macosx/ScintillaMacOSX.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx/ScintillaMacOSX.h b/macosx/ScintillaMacOSX.h
index 78dffe87f..df3e1c8e1 100644
--- a/macosx/ScintillaMacOSX.h
+++ b/macosx/ScintillaMacOSX.h
@@ -193,6 +193,9 @@ public: // Public for scintilla_send_message
virtual void CreateCallTipWindow(PRectangle rc);
virtual void AddToPopUp(const char *label, int cmd = 0, bool enabled = true);
virtual void ClaimSelection();
+ void ClearSelectionSimple() {
+ ClearSelection();
+ }
static sptr_t DirectFunction(ScintillaMacOSX *sciThis,
unsigned int iMessage, uptr_t wParam, sptr_t lParam);