From fd9891e3e2bb9f782c85fc8ab8b3e356ada0be56 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 23 Nov 2005 08:55:43 +0000 Subject: Fixed up type of SCI_AUTOCSETMAXHEIGHT / SCI_AUTOCGETMAXWIDTH. --- doc/ScintillaDoc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index dcc816faa..8fa8d5a21 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3122,8 +3122,8 @@ struct TextToFind {

- SCI_AUTOCSETMAX(int characterCount)
- SCI_AUTOCGETMAX
+ SCI_AUTOCSETMAXWIDTH(int characterCount)
+ SCI_AUTOCGETMAXWIDTH
Get or set the maximum width of an autocompletion list expressed as the number of characters in the longest item that will be totally visible. If zero (the default) then the list's width is calculated to fit the item with the most characters. Any items that cannot be fully displayed within -- cgit v1.2.3