diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:35:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:35:23 -0600 |
commit | 5e3fc3a36b58c4e1cb48e31a350f76b7a81b3170 (patch) | |
tree | f6be5c0cc8881dc1d2df5e4d56e59c388b52cd41 /include/Scintilla.iface | |
parent | 2ca85d336093fd44a5effafbc44dde7edd4e30ec (diff) | |
download | tqscintilla-5e3fc3a36b58c4e1cb48e31a350f76b7a81b3170.tar.gz tqscintilla-5e3fc3a36b58c4e1cb48e31a350f76b7a81b3170.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'include/Scintilla.iface')
-rwxr-xr-x | include/Scintilla.iface | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 6154ca5..c3e5b56 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 tqchildren of a header line. +# Show the children 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 tqlayout information. +# Sets the degree of caching of layout information. set void SetLayoutCache=2272(int mode,) -# Retrieve the degree of caching of tqlayout information. +# Retrieve the degree of caching of layout 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 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. |