summaryrefslogtreecommitdiffstats
path: root/doc/html/tqworkspace.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqworkspace.html')
-rw-r--r--doc/html/tqworkspace.html8
1 files changed, 4 insertions, 4 deletions
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: <a href="#cascade">cascade</a>() and <a href="#tile">tile</a>(). Both a
connect menu entries to them.
<p> 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.
<p> 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.
<p> <p>See also <a href="#closeActiveWindow">closeActiveWindow</a>().
<h3 class=fn>bool <a name="scrollBarsEnabled"></a>TQWorkspace::scrollBarsEnabled () const
-</h3><p>Returns TRUE if the workspace provides scrollbars; otherwise returns FALSE.
+</h3><p>Returns true if the workspace provides scrollbars; otherwise returns false.
See the <a href="tqworkspace.html#scrollBarsEnabled-prop">"scrollBarsEnabled"</a> property for details.
<h3 class=fn>void <a name="setScrollBarsEnabled"></a>TQWorkspace::setScrollBarsEnabled ( bool&nbsp;enable )
</h3><p>Sets whether the workspace provides scrollbars to <em>enable</em>.
@@ -201,11 +201,11 @@ being the last window in the list.
<hr><h2>Property Documentation</h2>
<h3 class=fn>bool <a name="scrollBarsEnabled-prop"></a>scrollBarsEnabled</h3>
<p>This property holds whether the workspace provides scrollbars.
-<p>If this property is set to TRUE, it is possible to resize child
+<p>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.
<p>Set this property's value with <a href="#setScrollBarsEnabled">setScrollBarsEnabled</a>() and get this property's value with <a href="#scrollBarsEnabled">scrollBarsEnabled</a>().