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/tqgridlayout.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tqgridlayout.html') diff --git a/doc/html/tqgridlayout.html b/doc/html/tqgridlayout.html index 32ee6689c..ee02bb3f4 100644 --- a/doc/html/tqgridlayout.html +++ b/doc/html/tqgridlayout.html @@ -308,14 +308,14 @@ it wants to grow in both dimensions. Searches for widget w in this layout (not including child layouts). If w is found, it sets <em>row</em> and <em>col</em> to -the row and column and returns TRUE; otherwise returns FALSE. +the row and column and returns true; otherwise returns false.

Note: if a widget spans multiple rows/columns, the top-left cell is returned.

bool TQGridLayout::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 TQGridLayout::heightForWidth ( int w ) const [virtual] -- cgit v1.2.3