aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-12-29 09:42:20 +0000
committernyamatongwe <devnull@localhost>2009-12-29 09:42:20 +0000
commitc39d8541b0c586b23b0996e1a464d35b8876875b (patch)
tree220c322894e3f1bb5d3a73eec6906dc4c7e64a95
parent47e27db3f6502b311859008506029754b056dbaf (diff)
downloadscintilla-mirror-c39d8541b0c586b23b0996e1a464d35b8876875b.tar.gz
Added parameters.
-rw-r--r--include/Scintilla.iface4
1 files changed, 2 insertions, 2 deletions
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(,)