From b87533f9904c10f24d6b2e8177c00944e3efe15b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 26 Nov 2025 15:11:22 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro --- doc/html/ntqtabwidget.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/ntqtabwidget.html') diff --git a/doc/html/ntqtabwidget.html b/doc/html/ntqtabwidget.html index 070fa2fc7..330b6e78f 100644 --- a/doc/html/ntqtabwidget.html +++ b/doc/html/ntqtabwidget.html @@ -284,7 +284,7 @@ the new page, tab is the tab to put the child on and index

bool TQTabWidget::isTabEnabled ( TQWidget * w ) const

-Returns TRUE if the page w is enabled; otherwise returns FALSE. +Returns true if the page w is enabled; otherwise returns false.

See also setTabEnabled() and TQWidget::enabled.

TQString TQTabWidget::label ( int index ) const @@ -332,7 +332,7 @@ the behavior is undefined.

void TQTabWidget::setTabEnabled ( TQWidget * w, bool enable )

-If enable is TRUE, page w is enabled; otherwise page w is +If enable is true, page w is enabled; otherwise page w is disabled. The page's tab is redrawn appropriately.

TQTabWidget uses TQWidget::setEnabled() internally, rather than keeping a separate flag. -- cgit v1.2.3