From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqsplitter.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/tqsplitter.html') diff --git a/doc/html/tqsplitter.html b/doc/html/tqsplitter.html index 10999dd8e..916239469 100644 --- a/doc/html/tqsplitter.html +++ b/doc/html/tqsplitter.html @@ -47,7 +47,7 @@ body { background: #ffffff; color: black; }
  • bool childrenCollapsible () const
  • void setCollapsible ( TQWidget * w, bool collapse )
  • virtual void setResizeMode ( TQWidget * w, ResizeMode mode )
  • -
  • virtual void setOpaqueResize ( bool = TRUE )
  • +
  • virtual void setOpaqueResize ( bool = true )
  • bool opaqueResize () const
  • void moveToFirst ( TQWidget * w )
  • void moveToLast ( TQWidget * w )
  • @@ -105,7 +105,7 @@ and maximumSize() of the widgets. Use sizePolicy.

    Although TQSplitter normally resizes the children only at the end -of a resize operation, if you call setOpaqueResize(TRUE) the +of a resize operation, if you call setOpaqueResize(true) the widgets are resized as often as possible.

    The initial distribution of size between the widgets is determined by the initial size of each widget. You can also use setSizes() to @@ -161,7 +161,7 @@ been inserted or removed.

    Reimplemented from TQObject.

    bool TQSplitter::childrenCollapsible () const -

    Returns TRUE if child widgets can be resized down to size 0 by the user; otherwise returns FALSE. +

    Returns true if child widgets can be resized down to size 0 by the user; otherwise returns false. See the "childrenCollapsible" property for details.

    void TQSplitter::drawSplitter ( TQPainter * p, TQCOORD x, TQCOORD y, TQCOORD w, TQCOORD h ) [virtual protected]

    @@ -205,7 +205,7 @@ Moves widget w to the leftmost/top position. Moves widget w to the rightmost/bottom position.

    bool TQSplitter::opaqueResize () const -

    Returns TRUE if resizing is opaque; otherwise returns FALSE. +

    Returns true if resizing is opaque; otherwise returns false. See the "opaqueResize" property for details.

    Orientation TQSplitter::orientation () const

    Returns the orientation of the splitter. @@ -232,7 +232,7 @@ all the widgets in the splitter by setting the TQSplitter::setHandleWidth ( int )

    Sets the width of the splitter handle. See the "handleWidth" property for details. -

    void TQSplitter::setOpaqueResize ( bool = TRUE ) [virtual] +

    void TQSplitter::setOpaqueResize ( bool = true ) [virtual]

    Sets whether resizing is opaque. See the "opaqueResize" property for details.

    void TQSplitter::setOrientation ( Orientation ) [virtual] -- cgit v1.2.3