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/tqworkspace.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/tqworkspace.html') diff --git a/doc/html/tqworkspace.html b/doc/html/tqworkspace.html index 659825efa..f0e077285 100644 --- a/doc/html/tqworkspace.html +++ b/doc/html/tqworkspace.html @@ -106,7 +106,7 @@ windows: cascade() and tile(). Both a connect menu entries to them.

If you want your users to be able to work with document windows larger than the actual workspace, set the scrollBarsEnabled -property to TRUE. +property to true.

If the top-level window contains a menu bar and a document window is maximised, TQWorkspace moves the document window's minimize, restore and close buttons from the document window's frame to the @@ -163,7 +163,7 @@ window does not accept the close event.

See also closeActiveWindow().

bool TQWorkspace::scrollBarsEnabled () const -

Returns TRUE if the workspace provides scrollbars; otherwise returns FALSE. +

Returns true if the workspace provides scrollbars; otherwise returns false. See the "scrollBarsEnabled" property for details.

void TQWorkspace::setScrollBarsEnabled ( bool enable )

Sets whether the workspace provides scrollbars to enable. @@ -201,11 +201,11 @@ being the last window in the list.


Property Documentation

bool scrollBarsEnabled

This property holds whether the workspace provides scrollbars. -

If this property is set to TRUE, it is possible to resize child +

If this property is set to true, it is possible to resize child windows over the right or the bottom edge out of the visible area of the workspace. The workspace shows scrollbars to make it possible for the user to access those windows. If this property is -set to FALSE (the default), resizing windows out of the visible +set to false (the default), resizing windows out of the visible area of the workspace is not permitted.

Set this property's value with setScrollBarsEnabled() and get this property's value with scrollBarsEnabled(). -- cgit v1.2.3