From c39d8541b0c586b23b0996e1a464d35b8876875b Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 29 Dec 2009 09:42:20 +0000 Subject: Added parameters. --- 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 8f7c545eb..c4e774dbb 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2007,13 +2007,13 @@ get int GetSelectionNAnchorVirtualSpace=2583(int selection,) set void SetSelectionNStart=2584(int selection, position pos) # Returns the position at the start of the selection. -get position GetSelectionNStart=2585(,) +get position GetSelectionNStart=2585(int selection,) # Sets the position that ends the selection - this becomes the currentPosition. set void SetSelectionNEnd=2586(int selection, position pos,) # Returns the position at the end of the selection. -get position GetSelectionNEnd=2587(,) +get position GetSelectionNEnd=2587(int selection,) set void SetRectangularSelectionCaret=2588(position pos,) get position GetRectangularSelectionCaret=2589(,) -- cgit v1.2.3