From b044bf13f08be51d0689f96fd38e13b63dddf5f0 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 27 Mar 2021 08:00:01 +1100 Subject: Add return type for SCI_GETMULTIEDGECOLUMN in documentation. --- doc/ScintillaDoc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 40353de52..e869d069e 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -6948,7 +6948,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){
SCI_MULTIEDGEADDLINE(position column, colour edgeColour)
SCI_MULTIEDGECLEARALL
- SCI_GETMULTIEDGECOLUMN(int which) + SCI_GETMULTIEDGECOLUMN(int which) → position
@@ -7027,7 +7027,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){

SCI_MULTIEDGEADDLINE(position column, colour edgeColour)
SCI_MULTIEDGECLEARALL
- SCI_GETMULTIEDGECOLUMN(int which)
+ SCI_GETMULTIEDGECOLUMN(int which) → position
SCI_MULTIEDGEADDLINE adds a new vertical edge to the view. The edge will be displayed at the given column number. The resulting edge position depends on the metric of a space character in STYLE_DEFAULT. All the edges can be cleared with -- cgit v1.2.3