summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdockarea.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqdockarea.3qt')
-rw-r--r--doc/man/man3/tqdockarea.3qt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqdockarea.3qt b/doc/man/man3/tqdockarea.3qt
index 2d03cb651..b51e4e7a9 100644
--- a/doc/man/man3/tqdockarea.3qt
+++ b/doc/man/man3/tqdockarea.3qt
@@ -28,7 +28,7 @@ Inherits TQWidget.
.BI "void \fBmoveDockWindow\fR ( TQDockWindow * w, const TQPoint & p, const TQRect & r, bool swap )"
.br
.ti -1c
-.BI "void \fBremoveDockWindow\fR ( TQDockWindow * w, bool makeFloating, bool swap, bool fixNewLines = TRUE )"
+.BI "void \fBremoveDockWindow\fR ( TQDockWindow * w, bool makeFloating, bool swap, bool fixNewLines = true )"
.br
.ti -1c
.BI "void \fBmoveDockWindow\fR ( TQDockWindow * w, int index = -1 )"
@@ -149,15 +149,15 @@ Returns a list of the dock windows in the dock area.
.SH "HandlePosition TQDockArea::handlePosition () const"
Returns where the dock window splitter handle is placed in the dock area. See the "handlePosition" property for details.
.SH "bool TQDockArea::hasDockWindow ( TQDockWindow * w, int * index = 0 )"
-Returns TRUE if the dock area contains the dock window \fIw\fR; otherwise returns FALSE. If \fIindex\fR is not 0 it will be set as follows: if the dock area contains the dock window \fI*index\fR is set to \fIw\fR's index position; otherwise \fI*index\fR is set to -1.
+Returns true if the dock area contains the dock window \fIw\fR; otherwise returns false. If \fIindex\fR is not 0 it will be set as follows: if the dock area contains the dock window \fI*index\fR is set to \fIw\fR's index position; otherwise \fI*index\fR is set to -1.
.SH "bool TQDockArea::isDockWindowAccepted ( TQDockWindow * dw )"
-Returns TRUE if dock window \fIdw\fR could be docked into the dock area; otherwise returns FALSE.
+Returns true if dock window \fIdw\fR could be docked into the dock area; otherwise returns false.
.PP
See also setAcceptDockWindow().
.SH "bool TQDockArea::isEmpty () const"
-Returns TRUE if the dock area is empty; otherwise returns FALSE. See the "empty" property for details.
+Returns true if the dock area is empty; otherwise returns false. See the "empty" property for details.
.SH "void TQDockArea::lineUp ( bool keepNewLines )\fC [slot]\fR"
-Lines up the dock windows in this dock area to minimize wasted space. If \fIkeepNewLines\fR is TRUE, only space within lines is cleaned up. If \fIkeepNewLines\fR is FALSE the number of lines might be changed.
+Lines up the dock windows in this dock area to minimize wasted space. If \fIkeepNewLines\fR is true, only space within lines is cleaned up. If \fIkeepNewLines\fR is false the number of lines might be changed.
.SH "void TQDockArea::moveDockWindow ( TQDockWindow * w, int index = -1 )"
Moves the TQDockWindow \fIw\fR within the dock area. If \fIw\fR is not already docked in this area, \fIw\fR is docked first. If \fIindex\fR is -1 or larger than the number of docked widgets, \fIw\fR is appended at the end, otherwise it is inserted at the position \fIindex\fR.
.SH "void TQDockArea::moveDockWindow ( TQDockWindow * w, const TQPoint & p, const TQRect & r, bool swap )"
@@ -168,12 +168,12 @@ Moves the dock window \fIw\fR inside the dock area where \fIp\fR is the new posi
This function is used internally by TQDockWindow. You shouldn't need to call it yourself.
.SH "Orientation TQDockArea::orientation () const"
Returns the dock area's orientation. See the "orientation" property for details.
-.SH "void TQDockArea::removeDockWindow ( TQDockWindow * w, bool makeFloating, bool swap, bool fixNewLines = TRUE )"
-Removes the dock window \fIw\fR from the dock area. If \fImakeFloating\fR is TRUE, \fIw\fR gets floated, and if \fIswap\fR is TRUE, the orientation of \fIw\fR gets swapped. If \fIfixNewLines\fR is TRUE (the default) newlines in the area will be fixed.
+.SH "void TQDockArea::removeDockWindow ( TQDockWindow * w, bool makeFloating, bool swap, bool fixNewLines = true )"
+Removes the dock window \fIw\fR from the dock area. If \fImakeFloating\fR is true, \fIw\fR gets floated, and if \fIswap\fR is true, the orientation of \fIw\fR gets swapped. If \fIfixNewLines\fR is true (the default) newlines in the area will be fixed.
.PP
You should never need to call this function yourself. Use TQDockWindow::dock() and TQDockWindow::undock() instead.
.SH "void TQDockArea::setAcceptDockWindow ( TQDockWindow * dw, bool accept )"
-If \fIaccept\fR is TRUE, dock window \fIdw\fR can be docked in the dock area. If \fIaccept\fR is FALSE, dock window \fIdw\fR cannot be docked in the dock area.
+If \fIaccept\fR is true, dock window \fIdw\fR can be docked in the dock area. If \fIaccept\fR is false, dock window \fIdw\fR cannot be docked in the dock area.
.PP
See also isDockWindowAccepted().
.SS "Property Documentation"