From a2bc00fb8619d2a130500cfcfb458fa2f87c7ca9 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 5 Oct 2000 12:20:59 +0000 Subject: SetCursor implemented. --- src/Editor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index f40b21576..4d0ceec37 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -61,6 +61,7 @@ protected: // ScintillaBase subclass needs access to much of Editor Palette palette; int printMagnification; int printColourMode; + int cursorMode; bool hasFocus; bool hideSelection; @@ -273,6 +274,7 @@ protected: // ScintillaBase subclass needs access to much of Editor char *CopySelectionRange(); void CopySelectionIntoDrag(); void SetDragPosition(int newPos); + void DisplayCursor(Window::Cursor c); virtual void StartDrag(); void DropAt(int position, const char *value, bool moving, bool rectangular); // PositionInSelection returns 0 if position in selection, -1 if position before selection, and 1 if after. -- cgit v1.2.3