summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdockwindow.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqdockwindow.3qt')
-rw-r--r--doc/man/man3/tqdockwindow.3qt38
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/man/man3/tqdockwindow.3qt b/doc/man/man3/tqdockwindow.3qt
index 140caba3b..27803e86b 100644
--- a/doc/man/man3/tqdockwindow.3qt
+++ b/doc/man/man3/tqdockwindow.3qt
@@ -275,29 +275,29 @@ Returns the dock window's preferred size (fixed extent).
.PP
See also setFixedExtentWidth() and setFixedExtentHeight().
.SH "bool TQDockWindow::isCloseEnabled () const"
-Returns TRUE if the dock window has a close button; otherwise returns FALSE. The result depends on the dock window's Place and its CloseMode.
+Returns true if the dock window has a close button; otherwise returns false. The result depends on the dock window's Place and its CloseMode.
.PP
See also closeMode.
.SH "bool TQDockWindow::isHorizontalStretchable () const"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.SH "bool TQDockWindow::isHorizontallyStretchable () const"
-Returns TRUE if the dock window is horizontally stretchable; otherwise returns FALSE. See the "horizontallyStretchable" property for details.
+Returns true if the dock window is horizontally stretchable; otherwise returns false. See the "horizontallyStretchable" property for details.
.SH "bool TQDockWindow::isMovingEnabled () const"
-Returns TRUE if the user can move the dock window within the dock area, move the dock window to another dock area, or float the dock window; otherwise returns FALSE. See the "movingEnabled" property for details.
+Returns true if the user can move the dock window within the dock area, move the dock window to another dock area, or float the dock window; otherwise returns false. See the "movingEnabled" property for details.
.SH "bool TQDockWindow::isResizeEnabled () const"
-Returns TRUE if the dock window is resizeable; otherwise returns FALSE. See the "resizeEnabled" property for details.
+Returns true if the dock window is resizeable; otherwise returns false. See the "resizeEnabled" property for details.
.SH "bool TQDockWindow::isStretchable () const"
-Returns TRUE if the dock window is stretchable in the current orientation(); otherwise returns FALSE. See the "stretchable" property for details.
+Returns true if the dock window is stretchable in the current orientation(); otherwise returns false. See the "stretchable" property for details.
.SH "bool TQDockWindow::isVerticalStretchable () const"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.SH "bool TQDockWindow::isVerticallyStretchable () const"
-Returns TRUE if the dock window is vertically stretchable; otherwise returns FALSE. See the "verticallyStretchable" property for details.
+Returns true if the dock window is vertically stretchable; otherwise returns false. See the "verticallyStretchable" property for details.
.SH "bool TQDockWindow::newLine () const"
-Returns TRUE if the dock window prefers to start a new line in the dock area; otherwise returns FALSE. See the "newLine" property for details.
+Returns true if the dock window prefers to start a new line in the dock area; otherwise returns false. See the "newLine" property for details.
.SH "int TQDockWindow::offset () const"
Returns the dock window's preferred offset from the dock area's left edge (top edge for vertical dock areas). See the "offset" property for details.
.SH "bool TQDockWindow::opaqueMoving () const"
-Returns TRUE if the dock window will be shown normally whilst it is being moved; otherwise returns FALSE. See the "opaqueMoving" property for details.
+Returns true if the dock window will be shown normally whilst it is being moved; otherwise returns false. See the "opaqueMoving" property for details.
.SH "TQt::Orientation TQDockWindow::orientation () const"
Returns the orientation of the dock window.
.PP
@@ -353,7 +353,7 @@ Undocks the TQDockWindow from its current dock area if it is docked; otherwise d
.PP
See also dock(), TQDockArea::moveDockWindow(), TQDockArea::removeDockWindow(), TQMainWindow::moveDockWindow(), and TQMainWindow::removeDockWindow().
.SH "void TQDockWindow::visibilityChanged ( bool visible )\fC [signal]\fR"
-This signal is emitted when the visibility of the dock window relatively to its dock area is changed. If \fIvisible\fR is TRUE, the TQDockWindow is now visible to the dock area, otherwise it has been hidden.
+This signal is emitted when the visibility of the dock window relatively to its dock area is changed. If \fIvisible\fR is true, the TQDockWindow is now visible to the dock area, otherwise it has been hidden.
.PP
A dock window can be hidden if it has a close button which the user has clicked. In the case of a TQMainWindow a dock window can have its visibility changed (hidden or shown) by clicking its name in the dock window menu that lists the TQMainWindow's dock windows.
.SH "TQWidget * TQDockWindow::widget () const"
@@ -372,25 +372,25 @@ Set this property's value with setCloseMode() and get this property's value with
.SH "bool horizontallyStretchable"
This property holds whether the dock window is horizontally stretchable.
.PP
-A dock window is horizontally stretchable if you call setHorizontallyStretchable(TRUE) or setResizeEnabled(TRUE).
+A dock window is horizontally stretchable if you call setHorizontallyStretchable(true) or setResizeEnabled(true).
.PP
See also resizeEnabled.
.PP
Bugs and limitations:
.TP
-Strecthability is broken. You must call setResizeEnabled(TRUE) to get proper behavior and even then TQDockWindow does not limit stretchablilty.
+Strecthability is broken. You must call setResizeEnabled(true) to get proper behavior and even then TQDockWindow does not limit stretchablilty.
.PP
Set this property's value with setHorizontallyStretchable() and get this property's value with isHorizontallyStretchable().
.SH "bool movingEnabled"
This property holds whether the user can move the dock window within the dock area, move the dock window to another dock area, or float the dock window.
.PP
-This property is TRUE by default.
+This property is true by default.
.PP
Set this property's value with setMovingEnabled() and get this property's value with isMovingEnabled().
.SH "bool newLine"
This property holds whether the dock window prefers to start a new line in the dock area.
.PP
-The default is FALSE, i.e. the dock window doesn't require a new line in the dock area.
+The default is false, i.e. the dock window doesn't require a new line in the dock area.
.PP
Set this property's value with setNewLine() and get this property's value with newLine().
.SH "int offset"
@@ -402,7 +402,7 @@ Set this property's value with setOffset() and get this property's value with of
.SH "bool opaqueMoving"
This property holds whether the dock window will be shown normally whilst it is being moved.
.PP
-If this property is FALSE, (the default), the dock window will be represented by an outline rectangle whilst it is being moved.
+If this property is false, (the default), the dock window will be represented by an outline rectangle whilst it is being moved.
.PP
\fBWarning:\fR Currently opaque moving has some problems and we do not recommend using it at this time. We expect to fix these problems in a future release.
.PP
@@ -412,9 +412,9 @@ This property holds whether the dock window is resizeable.
.PP
A resizeable dock window can be resized using splitter-like handles inside a dock area and like every other top level window when floating.
.PP
-A dock window is both horizontally and vertically stretchable if you call setResizeEnabled(TRUE).
+A dock window is both horizontally and vertically stretchable if you call setResizeEnabled(true).
.PP
-This property is FALSE by default.
+This property is false by default.
.PP
See also verticallyStretchable and horizontallyStretchable.
.PP
@@ -428,19 +428,19 @@ See also resizeEnabled.
.PP
Bugs and limitations:
.TP
-Strecthability is broken. You must call setResizeEnabled(TRUE) to get proper behavior and even then TQDockWindow does not limit stretchablilty.
+Strecthability is broken. You must call setResizeEnabled(true) to get proper behavior and even then TQDockWindow does not limit stretchablilty.
.PP
Get this property's value with isStretchable().
.SH "bool verticallyStretchable"
This property holds whether the dock window is vertically stretchable.
.PP
-A dock window is vertically stretchable if you call setVerticallyStretchable(TRUE) or setResizeEnabled(TRUE).
+A dock window is vertically stretchable if you call setVerticallyStretchable(true) or setResizeEnabled(true).
.PP
See also resizeEnabled.
.PP
Bugs and limitations:
.TP
-Strecthability is broken. You must call setResizeEnabled(TRUE) to get proper behavior and even then TQDockWindow does not limit stretchablilty.
+Strecthability is broken. You must call setResizeEnabled(true) to get proper behavior and even then TQDockWindow does not limit stretchablilty.
.PP
Set this property's value with setVerticallyStretchable() and get this property's value with isVerticallyStretchable().