aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authorjrxx <devnull@localhost>2011-01-17 16:04:20 -0600
committerjrxx <devnull@localhost>2011-01-17 16:04:20 -0600
commit9d5f8be054e6c3289b7730935664c0baf65e4c51 (patch)
treec2eb4407e29227d7f4b5f787f8a4e9c34f605784 /src/Editor.h
parent89c21a81fcfccc4beecc2442e6e434fd6edbc9b1 (diff)
downloadscintilla-mirror-9d5f8be054e6c3289b7730935664c0baf65e4c51.tar.gz
Add SCI_SETMARGINCURSORN and SCI_GETMARGINCURSORN.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h
index 97af7b089..db8a36aa1 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -483,6 +483,7 @@ protected: // ScintillaBase subclass needs access to much of Editor
bool PositionInSelection(int pos);
bool PointInSelection(Point pt);
bool PointInSelMargin(Point pt);
+ Window::Cursor GetMarginCursor(Point pt);
void LineSelection(int lineCurrent_, int lineAnchor_);
void WordSelection(int pos);
void DwellEnd(bool mouseMoved);