aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-01-01 05:25:59 +0000
committernyamatongwe <unknown>2003-01-01 05:25:59 +0000
commit01b4c0c57e540f45782d6e2b81c2486c8c4c78d4 (patch)
tree8d2918e65ba317deb7cc79f8a9be7317bf30789e /include/Scintilla.iface
parent043edb4a70cdb5f964f5d7e1b5df0c4377e80541 (diff)
downloadscintilla-mirror-01b4c0c57e540f45782d6e2b81c2486c8c4c78d4.tar.gz
Changed wrapped printing to be more similar to wrapped display.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index a1c785452..7775cebab 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1363,11 +1363,11 @@ fun void SetXCaretPolicy=2402(int caretPolicy, int caretSlop)
# The exclusion zone is given in lines.
fun void SetYCaretPolicy=2403(int caretPolicy, int caretSlop)
-# Set printing to line wrapped (true) or not line wrapped.
-set void SetPrintWraps=2406(bool wraps,)
+# Set printing to line wrapped (SC_WRAP_WORD) or not line wrapped (SC_WRAP_NONE).
+set void SetPrintWrapMode=2406(int mode,)
# Is printing line wrapped.
-get bool GetPrintWraps=2407(,)
+get int GetPrintWrapMode=2407(,)
# Start notifying the container of all key presses and commands.
fun void StartRecord=3001(,)