From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqtoolbox.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqtoolbox.html') diff --git a/doc/html/tqtoolbox.html b/doc/html/tqtoolbox.html index 7054060fd..e08004521 100644 --- a/doc/html/tqtoolbox.html +++ b/doc/html/tqtoolbox.html @@ -162,7 +162,7 @@ set to label. Returns the new item's index.

bool TQToolBox::isItemEnabled ( int index ) const

-Returns TRUE if the item at position index is enabled; otherwise returns FALSE. +Returns true if the item at position index is enabled; otherwise returns false.

TQWidget * TQToolBox::item ( int index ) const

@@ -209,7 +209,7 @@ Sets the current item to be item.

void TQToolBox::setItemEnabled ( int index, bool enabled )

-If enabled is TRUE then the item at position index is enabled; otherwise item +If enabled is true then the item at position index is enabled; otherwise item index is disabled.

void TQToolBox::setItemIconSet ( int index, const TQIconSet & iconSet ) -- cgit v1.2.3