From 9a01d2bdda91768a75e58a8e0a87b74b71d4e003 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 5 Oct 2000 12:04:40 +0000 Subject: Added cursor setting. --- include/Scintilla.iface | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index bedf0083d..b5b88bc45 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1008,6 +1008,13 @@ set void SetMouseDownCaptures=2384(bool captures,) # Get whether mouse gets captured get bool GetMouseDownCaptures=2385(,) +val SC_CURSORNORMAL=-1 +val SC_CURSORWAIT=3 +# Sets the cursor to one of the SC_CURSOR* values +set void SetCursor=2386(int cursorType,) +# Get cursor type +get int GetCursor=2387(,) + # Set the focus to this Scintilla widget. # GTK+ Specific fun void GrabFocus=2400(,) -- cgit v1.2.3