From 4cb12c84a0682f82fcd5fc113a5a87ea42ece5c1 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 1 Jan 2003 04:47:35 +0000 Subject: Fixed up line wrapped printing and added property to turn wrapping on or off for printing. --- include/Scintilla.iface | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 88741ba3c..a1c785452 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1363,6 +1363,12 @@ 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,) + +# Is printing line wrapped. +get bool GetPrintWraps=2407(,) + # Start notifying the container of all key presses and commands. fun void StartRecord=3001(,) -- cgit v1.2.3