summaryrefslogtreecommitdiffstats
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
Diffstat (limited to 'include/Scintilla.iface')
-rwxr-xr-xinclude/Scintilla.iface6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 6154ca5..3df40c3 100755
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1407,16 +1407,16 @@ set void SetFocus=2380(bool focus,)
get bool GetFocus=2381(,)
# Change error status - 0 = OK.
-set void SettqStatus=2382(int statusCode,)
+set void SetStatus=2382(int statusCode,)
# Get error status.
-get int GettqStatus=2383(,)
+get int GetStatus=2383(,)
# Set whether the mouse is captured when its button is pressed.
set void SetMouseDownCaptures=2384(bool captures,)
# Get whether mouse gets captured.
get bool GetMouseDownCaptures=2385(,)
-enu tqCursorShape=SC_CURSOR
+enu CursorShape=SC_CURSOR
val SC_CURSORNORMAL=-1
val SC_CURSORWAIT=4
# Sets the cursor to one of the SC_CURSOR* values.