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/tqhbox.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tqhbox.html') diff --git a/doc/html/tqhbox.html b/doc/html/tqhbox.html index af2201fdd..08e45c097 100644 --- a/doc/html/tqhbox.html +++ b/doc/html/tqhbox.html @@ -73,7 +73,7 @@ constructor.

TQHBox::TQHBox ( bool horizontal, TQWidget * parent, const char * name, WFlags f = 0 ) [protected]

-Constructs a horizontal hbox if horizontal is TRUE, otherwise +Constructs a horizontal hbox if horizontal is true, otherwise constructs a vertical hbox (also known as a vbox).

This constructor is provided for the TQVBox class. You should never need to use it directly. @@ -87,8 +87,8 @@ Sets the spacing between the child widgets to space.

Examples: i18n/mywidget.cpp, listboxcombo/listboxcombo.cpp, tqdir/tqdir.cpp, tabdialog/tabdialog.cpp, wizard/wizard.cpp, and xform/xform.cpp.

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

-Sets the stretch factor of widget w to stretch. Returns TRUE if -w is found. Otherwise returns FALSE. +Sets the stretch factor of widget w to stretch. Returns true if +w is found. Otherwise returns false.

See also TQBoxLayout::setStretchFactor() and Layouts. -- cgit v1.2.3