diff options
Diffstat (limited to 'doc/html/tqdockwindow.html')
-rw-r--r-- | doc/html/tqdockwindow.html | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/doc/html/tqdockwindow.html b/doc/html/tqdockwindow.html index 1334513c0..c3b0d5816 100644 --- a/doc/html/tqdockwindow.html +++ b/doc/html/tqdockwindow.html @@ -270,8 +270,8 @@ Returns the dock window's preferred size (fixed extent). <h3 class=fn>bool <a name="isCloseEnabled"></a>TQDockWindow::isCloseEnabled () const </h3> -Returns TRUE if the dock window has a close button; otherwise -returns FALSE. The result depends on the dock window's <a href="#Place-enum">Place</a> +Returns true if the dock window has a close button; otherwise +returns false. The result depends on the dock window's <a href="#Place-enum">Place</a> and its <a href="#CloseMode-enum">CloseMode</a>. <p> <p>See also <a href="#closeMode-prop">closeMode</a>. @@ -281,16 +281,16 @@ and its <a href="#CloseMode-enum">CloseMode</a>. <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> <h3 class=fn>bool <a name="isHorizontallyStretchable"></a>TQDockWindow::isHorizontallyStretchable () const -</h3><p>Returns TRUE if the dock window is horizontally stretchable; otherwise returns FALSE. +</h3><p>Returns true if the dock window is horizontally stretchable; otherwise returns false. See the <a href="tqdockwindow.html#horizontallyStretchable-prop">"horizontallyStretchable"</a> property for details. <h3 class=fn>bool <a name="isMovingEnabled"></a>TQDockWindow::isMovingEnabled () const -</h3><p>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. +</h3><p>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 <a href="tqdockwindow.html#movingEnabled-prop">"movingEnabled"</a> property for details. <h3 class=fn>bool <a name="isResizeEnabled"></a>TQDockWindow::isResizeEnabled () const -</h3><p>Returns TRUE if the dock window is resizeable; otherwise returns FALSE. +</h3><p>Returns true if the dock window is resizeable; otherwise returns false. See the <a href="tqdockwindow.html#resizeEnabled-prop">"resizeEnabled"</a> property for details. <h3 class=fn>bool <a name="isStretchable"></a>TQDockWindow::isStretchable () const -</h3><p>Returns TRUE if the dock window is stretchable in the current <a href="#orientation">orientation</a>(); otherwise returns FALSE. +</h3><p>Returns true if the dock window is stretchable in the current <a href="#orientation">orientation</a>(); otherwise returns false. See the <a href="tqdockwindow.html#stretchable-prop">"stretchable"</a> property for details. <h3 class=fn>bool <a name="isVerticalStretchable"></a>TQDockWindow::isVerticalStretchable () const </h3> @@ -298,16 +298,16 @@ See the <a href="tqdockwindow.html#stretchable-prop">"stretchable"</a> property <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> <h3 class=fn>bool <a name="isVerticallyStretchable"></a>TQDockWindow::isVerticallyStretchable () const -</h3><p>Returns TRUE if the dock window is vertically stretchable; otherwise returns FALSE. +</h3><p>Returns true if the dock window is vertically stretchable; otherwise returns false. See the <a href="tqdockwindow.html#verticallyStretchable-prop">"verticallyStretchable"</a> property for details. <h3 class=fn>bool <a name="newLine"></a>TQDockWindow::newLine () const -</h3><p>Returns TRUE if the dock window prefers to start a new line in the dock area; otherwise returns FALSE. +</h3><p>Returns true if the dock window prefers to start a new line in the dock area; otherwise returns false. See the <a href="tqdockwindow.html#newLine-prop">"newLine"</a> property for details. <h3 class=fn>int <a name="offset"></a>TQDockWindow::offset () const </h3><p>Returns the dock window's preferred offset from the dock area's left edge (top edge for vertical dock areas). See the <a href="tqdockwindow.html#offset-prop">"offset"</a> property for details. <h3 class=fn>bool <a name="opaqueMoving"></a>TQDockWindow::opaqueMoving () const -</h3><p>Returns TRUE if the dock window will be shown normally whilst it is being moved; otherwise returns FALSE. +</h3><p>Returns true if the dock window will be shown normally whilst it is being moved; otherwise returns false. See the <a href="tqdockwindow.html#opaqueMoving-prop">"opaqueMoving"</a> property for details. <h3 class=fn><a href="tqt.html#Orientation-enum">TQt::Orientation</a> <a name="orientation"></a>TQDockWindow::orientation () const </h3> @@ -402,7 +402,7 @@ docked; otherwise does nothing. </h3> <p> This signal is emitted when the visibility of the dock window -relatively to its dock area is changed. If <em>visible</em> is TRUE, the +relatively to its dock area is changed. If <em>visible</em> is true, the TQDockWindow is now visible to the dock area, otherwise it has been hidden. <p> A dock window can be hidden if it has a close button which the @@ -426,23 +426,23 @@ choices are <a href="#CloseMode-enum">Never</a>, <a href="#CloseMode-enum">Docke <h3 class=fn>bool <a name="horizontallyStretchable-prop"></a>horizontallyStretchable</h3> <p>This property holds whether the dock window is horizontally stretchable. <p>A dock window is horizontally stretchable if you call -<a href="#setHorizontallyStretchable">setHorizontallyStretchable</a>(TRUE) or <a href="#setResizeEnabled">setResizeEnabled</a>(TRUE). +<a href="#setHorizontallyStretchable">setHorizontallyStretchable</a>(true) or <a href="#setResizeEnabled">setResizeEnabled</a>(true). <p> <p>See also <a href="#resizeEnabled-prop">resizeEnabled</a>. <p>Bugs and limitations: <ul> -<li> Strecthability is broken. You must call setResizeEnabled(TRUE) to get +<li> Strecthability is broken. You must call setResizeEnabled(true) to get proper behavior and even then TQDockWindow does not limit stretchablilty. </ul> <p>Set this property's value with <a href="#setHorizontallyStretchable">setHorizontallyStretchable</a>() and get this property's value with <a href="#isHorizontallyStretchable">isHorizontallyStretchable</a>(). <h3 class=fn>bool <a name="movingEnabled-prop"></a>movingEnabled</h3> <p>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. -<p>This property is TRUE by default. +<p>This property is true by default. <p>Set this property's value with <a href="#setMovingEnabled">setMovingEnabled</a>() and get this property's value with <a href="#isMovingEnabled">isMovingEnabled</a>(). <h3 class=fn>bool <a name="newLine-prop"></a>newLine</h3> <p>This property holds whether the dock window prefers to start a new line in the dock area. -<p>The default is FALSE, i.e. the dock window doesn't require a new +<p>The default is false, i.e. the dock window doesn't require a new line in the dock area. <p>Set this property's value with <a href="#setNewLine">setNewLine</a>() and get this property's value with <a href="#newLine">newLine</a>(). @@ -453,7 +453,7 @@ line in the dock area. <p>Set this property's value with <a href="#setOffset">setOffset</a>() and get this property's value with <a href="#offset">offset</a>(). <h3 class=fn>bool <a name="opaqueMoving-prop"></a>opaqueMoving</h3> <p>This property holds whether the dock window will be shown normally whilst it is being moved. -<p>If this property is FALSE, (the default), the dock window will be +<p>If this property is false, (the default), the dock window will be represented by an outline rectangle whilst it is being moved. <p> <b>Warning:</b> Currently opaque moving has some problems and we do not recommend using it at this time. We expect to fix these problems @@ -466,8 +466,8 @@ in a future release. handles inside a dock area and like every other top level window when floating. <p> A dock window is both horizontally and vertically stretchable if -you call <a href="#setResizeEnabled">setResizeEnabled</a>(TRUE). -<p> This property is FALSE by default. +you call <a href="#setResizeEnabled">setResizeEnabled</a>(true). +<p> This property is false by default. <p> <p>See also <a href="#verticallyStretchable-prop">verticallyStretchable</a> and <a href="#horizontallyStretchable-prop">horizontallyStretchable</a>. <p>Set this property's value with <a href="#setResizeEnabled">setResizeEnabled</a>() and get this property's value with <a href="#isResizeEnabled">isResizeEnabled</a>(). @@ -479,19 +479,19 @@ you call <a href="#setResizeEnabled">setResizeEnabled</a>(TRUE). <p>Bugs and limitations: <ul> -<li> Strecthability is broken. You must call setResizeEnabled(TRUE) to get +<li> Strecthability is broken. You must call setResizeEnabled(true) to get proper behavior and even then TQDockWindow does not limit stretchablilty. </ul> <p>Get this property's value with <a href="#isStretchable">isStretchable</a>(). <h3 class=fn>bool <a name="verticallyStretchable-prop"></a>verticallyStretchable</h3> <p>This property holds whether the dock window is vertically stretchable. <p>A dock window is vertically stretchable if you call -<a href="#setVerticallyStretchable">setVerticallyStretchable</a>(TRUE) or <a href="#setResizeEnabled">setResizeEnabled</a>(TRUE). +<a href="#setVerticallyStretchable">setVerticallyStretchable</a>(true) or <a href="#setResizeEnabled">setResizeEnabled</a>(true). <p> <p>See also <a href="#resizeEnabled-prop">resizeEnabled</a>. <p>Bugs and limitations: <ul> -<li> Strecthability is broken. You must call setResizeEnabled(TRUE) to get +<li> Strecthability is broken. You must call setResizeEnabled(true) to get proper behavior and even then TQDockWindow does not limit stretchablilty. </ul> <p>Set this property's value with <a href="#setVerticallyStretchable">setVerticallyStretchable</a>() and get this property's value with <a href="#isVerticallyStretchable">isVerticallyStretchable</a>(). |