aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-07-14 11:55:47 +0000
committernyamatongwe <devnull@localhost>2009-07-14 11:55:47 +0000
commit8145272219f59cc5d9782bc131e06311aee318b7 (patch)
treea58a3ff5ffdc417a8f73073d772b94f19340b9cf /include
parent47db78bb2f152327972228f5fd748d288e8ca818 (diff)
downloadscintilla-mirror-8145272219f59cc5d9782bc131e06311aee318b7.tar.gz
Documentation of new selection features.
Minor cleanups.
Diffstat (limited to 'include')
-rw-r--r--include/Scintilla.iface4
1 files changed, 2 insertions, 2 deletions
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