diff options
| author | nyamatongwe <unknown> | 2009-07-14 11:55:47 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2009-07-14 11:55:47 +0000 |
| commit | bcddfe99ff1b6a98c77629288a7895e7ace35515 (patch) | |
| tree | a58a3ff5ffdc417a8f73073d772b94f19340b9cf /include | |
| parent | c181afcebc97a2c2e66de1cb8d0af081f1db06c9 (diff) | |
| download | scintilla-mirror-bcddfe99ff1b6a98c77629288a7895e7ace35515.tar.gz | |
Documentation of new selection features.
Minor cleanups.
Diffstat (limited to 'include')
| -rw-r--r-- | include/Scintilla.iface | 4 |
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 |
