diff options
author | nyamatongwe <unknown> | 2009-12-29 09:42:20 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-12-29 09:42:20 +0000 |
commit | c20dbc363478632de21c0f3869de29a87276ce15 (patch) | |
tree | 220c322894e3f1bb5d3a73eec6906dc4c7e64a95 | |
parent | ee962373ccc425eeef469a9b5ee311575868f65a (diff) | |
download | scintilla-mirror-c20dbc363478632de21c0f3869de29a87276ce15.tar.gz |
Added parameters.
-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 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(,) |