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/tqboxlayout.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/tqboxlayout.html') diff --git a/doc/html/tqboxlayout.html b/doc/html/tqboxlayout.html index a44cf2a61..05d7f1752 100644 --- a/doc/html/tqboxlayout.html +++ b/doc/html/tqboxlayout.html @@ -255,8 +255,8 @@ layouts).

bool TQBoxLayout::hasHeightForWidth () const [virtual]

-Returns TRUE if this layout's preferred height depends on its width; -otherwise returns FALSE. +Returns true if this layout's preferred height depends on its width; +otherwise returns false.

Reimplemented from TQLayoutItem.

int TQBoxLayout::heightForWidth ( int w ) const [virtual] @@ -338,15 +338,15 @@ Resizes managed widgets within the rectangle r.

bool TQBoxLayout::setStretchFactor ( TQWidget * w, int stretch )

Sets the stretch factor for widget w to stretch and returns -TRUE if w is found in this layout (not including child -layouts); otherwise returns FALSE. +true if w is found in this layout (not including child +layouts); otherwise returns false.

bool TQBoxLayout::setStretchFactor ( TQLayout * l, int stretch )

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Sets the stretch factor for the layout l to stretch and -returns TRUE if l is found in this layout (not including child -layouts); otherwise returns FALSE. +returns true if l is found in this layout (not including child +layouts); otherwise returns false.

TQSize TQBoxLayout::sizeHint () const [virtual]

-- cgit v1.2.3