diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:08:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:08:48 -0600 |
commit | b3566a6c6754f013b55063c28b90995be612da96 (patch) | |
tree | dd590262fefe39114300e6d376b68df0b435c0f2 /include/Scintilla.iface | |
parent | 1aef904f94a86fecbc71888bc94a790ff36f0403 (diff) | |
download | tqscintilla-b3566a6c6754f013b55063c28b90995be612da96.tar.gz tqscintilla-b3566a6c6754f013b55063c28b90995be612da96.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'include/Scintilla.iface')
-rwxr-xr-x | include/Scintilla.iface | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index aff26d8..c3e5b56 100755 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -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. |