From f31ea2798b3f14721fc4be44e47ac09ba4f6c022 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 21 Dec 2000 01:39:34 +0000 Subject: Patch from James for SetVisiblePolicy. --- include/Scintilla.iface | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index f5ea2f965..d1107388f 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1030,6 +1030,13 @@ fun void WordPartRight=2392(,) # Move to the next change in capitalistion extending selection to new caret position. fun void WordPartRightExtend=2393(,) +# Constants for use with SetVisiblePolicy +val VISIBLE_SLOP=0x01 +#val VISIBLE_CENTER=0x02 +val VISIBLE_STRICT=0x04 +# Set the way the display area is determined when a particular line is to be moved to. +fun void SetVisiblePolicy=2394(int visiblePolicy, int visibleSlop) + # Set the focus to this Scintilla widget. # GTK+ Specific fun void GrabFocus=2400(,) -- cgit v1.2.3