diff options
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r-- | include/Scintilla.iface | 7 |
1 files changed, 7 insertions, 0 deletions
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(,) |