diff options
Diffstat (limited to 'doc/man/man3/tqworkspace.3qt')
| -rw-r--r-- | doc/man/man3/tqworkspace.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqworkspace.3qt b/doc/man/man3/tqworkspace.3qt index 0b8286fc4..3fc1c7d47 100644 --- a/doc/man/man3/tqworkspace.3qt +++ b/doc/man/man3/tqworkspace.3qt @@ -90,7 +90,7 @@ The convenience function windowList() returns a list of all document windows. Th .PP QWorkspace provides two built-in layout strategies for child windows: cascade() and tile(). Both are slots so you can easily connect menu entries to them. .PP -If you want your users to be able to work with document windows larger than the actual workspace, set the scrollBarsEnabled property to TRUE. +If you want your users to be able to work with document windows larger than the actual workspace, set the scrollBarsEnabled property to true. .PP If the top-level window contains a menu bar and a document window is maximised, QWorkspace moves the document window's minimize, restore and close buttons from the document window's frame to the workspace window's menu bar. It then inserts a window operations menu at the far left of the menu bar. .PP @@ -136,7 +136,7 @@ The windows are closed in random order. The operation stops if a window does not .PP See also closeActiveWindow(). .SH "bool QWorkspace::scrollBarsEnabled () const" -Returns TRUE if the workspace provides scrollbars; otherwise returns FALSE. See the "scrollBarsEnabled" property for details. +Returns true if the workspace provides scrollbars; otherwise returns false. See the "scrollBarsEnabled" property for details. .SH "void QWorkspace::setScrollBarsEnabled ( bool enable )" Sets whether the workspace provides scrollbars to \fIenable\fR. See the "scrollBarsEnabled" property for details. .SH "void QWorkspace::tile ()\fC [slot]\fR" @@ -166,7 +166,7 @@ This is an overloaded member function, provided for convenience. It behaves esse .SH "bool scrollBarsEnabled" This property holds whether the workspace provides scrollbars. .PP -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 area of the workspace is not permitted. +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 area of the workspace is not permitted. .PP Set this property's value with setScrollBarsEnabled() and get this property's value with scrollBarsEnabled(). |
