From 8145272219f59cc5d9782bc131e06311aee318b7 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 14 Jul 2009 11:55:47 +0000 Subject: Documentation of new selection features. Minor cleanups. --- include/Scintilla.iface | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index a4b16beea..d3fb10647 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1979,7 +1979,7 @@ set void SetSelectionNStart=2584(int selection, position pos) get position GetSelectionNStart=2585(,) # Sets the position that ends the selection - this becomes the currentPosition. -set void SetSelectionNEnd=2586(position pos,) +set void SetSelectionNEnd=2586(int selection, position pos,) # Returns the position at the end of the selection. get position GetSelectionNEnd=2587(,) @@ -1998,7 +1998,7 @@ val SCVS_NONE=0 val SCVS_RECTANGULARSELECTION=1 val SCVS_USERACCESSIBLE=2 -set void SetVirtualSpaceOptions=2596(int virtualSpace,) +set void SetVirtualSpaceOptions=2596(int virtualSpaceOptions,) get int GetVirtualSpaceOptions=2597(,) # On GTK+, allow selecting the modifier key to use for mouse-based -- cgit v1.2.3