summaryrefslogtreecommitdiffstats
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
Diffstat (limited to 'include/Scintilla.iface')
-rwxr-xr-xinclude/Scintilla.iface12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index c3e5b56..6154ca5 100755
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -977,7 +977,7 @@ fun void HideLines=2227(int lineStart, int lineEnd)
# Is a line visible?
get bool GetLineVisible=2228(int line,)
-# Show the children of a header line.
+# Show the tqchildren of a header line.
set void SetFoldExpanded=2229(int line, bool expanded)
# Is a header line expanded?
@@ -1075,10 +1075,10 @@ val SC_CACHE_CARET=1
val SC_CACHE_PAGE=2
val SC_CACHE_DOCUMENT=3
-# Sets the degree of caching of layout information.
+# Sets the degree of caching of tqlayout information.
set void SetLayoutCache=2272(int mode,)
-# Retrieve the degree of caching of layout information.
+# Retrieve the degree of caching of tqlayout information.
get int GetLayoutCache=2273(,)
# Sets the document width assumed for scrolling.
@@ -1407,16 +1407,16 @@ set void SetFocus=2380(bool focus,)
get bool GetFocus=2381(,)
# Change error status - 0 = OK.
-set void SetStatus=2382(int statusCode,)
+set void SettqStatus=2382(int statusCode,)
# Get error status.
-get int GetStatus=2383(,)
+get int GettqStatus=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 CursorShape=SC_CURSOR
+enu tqCursorShape=SC_CURSOR
val SC_CURSORNORMAL=-1
val SC_CURSORWAIT=4
# Sets the cursor to one of the SC_CURSOR* values.