From 3f2dc73d5a565121db00f4a0f050a48910b51623 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 4 Apr 2025 13:24:41 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro --- doc/en/classTQextScintillaBase.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/en/classTQextScintillaBase.html') diff --git a/doc/en/classTQextScintillaBase.html b/doc/en/classTQextScintillaBase.html index 1a10cb6..b7af067 100644 --- a/doc/en/classTQextScintillaBase.html +++ b/doc/en/classTQextScintillaBase.html @@ -2995,7 +2995,7 @@ Returns the viewport widget. This is the widget that actually contains the text.

-This signal is emitted when text is selected or de-selected. yes is TRUE if text has been selected and FALSE if text has been deselected. +This signal is emitted when text is selected or de-selected. yes is true if text has been selected and false if text has been deselected.

-- cgit v1.2.3