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 b5b816a85..2606d4ee3 100644 --- a/doc/man/man3/tqsplitter.3qt +++ b/doc/man/man3/tqsplitter.3qt @@ -46,7 +46,7 @@ Inherits TQFrame. .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 @@ TQSplitter lays out its children horizontally (side by side); you can use setOri .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 TQSplitter 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 TQSplitter 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 TQSplitter::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 TQSplitter::drawSplitter ( TQPainter * 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 TQSplitter::moveToLast ( TQWidget * w )" Moves widget \fIw\fR to the rightmost/bottom position. .SH "bool TQSplitter::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 TQSplitter::orientation () const" Returns the orientation of the splitter. See the "orientation" property for details. .SH "void TQSplitter::refresh ()" @@ -228,7 +228,7 @@ By default, children are collapsible, meaning that the user can resize them down See also childrenCollapsible. .SH "void TQSplitter::setHandleWidth ( int )" Sets the width of the splitter handle. See the "handleWidth" property for details. -.SH "void TQSplitter::setOpaqueResize ( bool = TRUE )\fC [virtual]\fR" +.SH "void TQSplitter::setOpaqueResize ( bool = true )\fC [virtual]\fR" Sets whether resizing is opaque. See the "opaqueResize" property for details. .SH "void TQSplitter::setOrientation ( Orientation )\fC [virtual]\fR" Sets the orientation of the splitter. See the "orientation" property for details. |