diff options
Diffstat (limited to 'doc/man/man3/tqsplitter.3qt')
| -rw-r--r-- | doc/man/man3/tqsplitter.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqsplitter.3qt b/doc/man/man3/tqsplitter.3qt index 7f73a1dcf..55672c9a7 100644 --- a/doc/man/man3/tqsplitter.3qt +++ b/doc/man/man3/tqsplitter.3qt @@ -46,7 +46,7 @@ Inherits QFrame. .BI "virtual void \fBsetResizeMode\fR ( TQWidget * w, ResizeMode mode )" .br .ti -1c -.BI "virtual void \fBsetOpaqueResize\fR ( bool = TRUE )" +.BI "virtual void \fBsetOpaqueResize\fR ( bool = true )" .br .ti -1c .BI "bool \fBopaqueResize\fR () const" @@ -144,7 +144,7 @@ QSplitter lays out its children horizontally (side by side); you can use setOrie .PP By default, all widgets can be as large or as small as the user wishes, between the minimumSizeHint() (or minimumSize()) and maximumSize() of the widgets. Use setResizeMode() to specify that a widget should keep its size when the splitter is resized, or set the stretch component of the sizePolicy. .PP -Although QSplitter normally resizes the children only at the end of a resize operation, if you call setOpaqueResize(TRUE) the widgets are resized as often as possible. +Although QSplitter normally resizes the children only at the end of a resize operation, if you call setOpaqueResize(true) the widgets are resized as often as possible. .PP The initial distribution of size between the widgets is determined by the initial size of each widget. You can also use setSizes() to set the sizes of all the widgets. The function sizes() returns the sizes set by the user. .PP @@ -185,7 +185,7 @@ Tells the splitter that the child widget described by \fIc\fR has been inserted .PP Reimplemented from TQObject. .SH "bool QSplitter::childrenCollapsible () const" -Returns TRUE if child widgets can be resized down to size 0 by the user; otherwise returns FALSE. See the "childrenCollapsible" property for details. +Returns true if child widgets can be resized down to size 0 by the user; otherwise returns false. See the "childrenCollapsible" property for details. .SH "void QSplitter::drawSplitter ( QPainter * p, QCOORD x, QCOORD y, QCOORD w, QCOORD h )\fC [virtual protected]\fR" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .PP @@ -213,7 +213,7 @@ Example: splitter/splitter.cpp. .SH "void QSplitter::moveToLast ( TQWidget * w )" Moves widget \fIw\fR to the rightmost/bottom position. .SH "bool QSplitter::opaqueResize () const" -Returns TRUE if resizing is opaque; otherwise returns FALSE. See the "opaqueResize" property for details. +Returns true if resizing is opaque; otherwise returns false. See the "opaqueResize" property for details. .SH "Orientation QSplitter::orientation () const" Returns the orientation of the splitter. See the "orientation" property for details. .SH "void QSplitter::refresh ()" @@ -228,7 +228,7 @@ By default, children are collapsible, meaning that the user can resize them down See also childrenCollapsible. .SH "void QSplitter::setHandleWidth ( int )" Sets the width of the splitter handle. See the "handleWidth" property for details. -.SH "void QSplitter::setOpaqueResize ( bool = TRUE )\fC [virtual]\fR" +.SH "void QSplitter::setOpaqueResize ( bool = true )\fC [virtual]\fR" Sets whether resizing is opaque. See the "opaqueResize" property for details. .SH "void QSplitter::setOrientation ( Orientation )\fC [virtual]\fR" Sets the orientation of the splitter. See the "orientation" property for details. |
