diff options
Diffstat (limited to 'doc/html/tqdockarea.html')
-rw-r--r-- | doc/html/tqdockarea.html | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/html/tqdockarea.html b/doc/html/tqdockarea.html index a799a4f34..a86de6315 100644 --- a/doc/html/tqdockarea.html +++ b/doc/html/tqdockarea.html @@ -41,7 +41,7 @@ body { background: #ffffff; color: black; } <li class=fn><a href="#TQDockArea"><b>TQDockArea</b></a> ( Orientation o, HandlePosition h = Normal, TQWidget * parent = 0, const char * name = 0 )</li> <li class=fn><a href="#~TQDockArea"><b>~TQDockArea</b></a> ()</li> <li class=fn>void <a href="#moveDockWindow-2"><b>moveDockWindow</b></a> ( TQDockWindow * w, const TQPoint & p, const TQRect & r, bool swap )</li> -<li class=fn>void <a href="#removeDockWindow"><b>removeDockWindow</b></a> ( TQDockWindow * w, bool makeFloating, bool swap, bool fixNewLines = TRUE )</li> +<li class=fn>void <a href="#removeDockWindow"><b>removeDockWindow</b></a> ( TQDockWindow * w, bool makeFloating, bool swap, bool fixNewLines = true )</li> <li class=fn>void <a href="#moveDockWindow"><b>moveDockWindow</b></a> ( TQDockWindow * w, int index = -1 )</li> <li class=fn>bool <a href="#hasDockWindow"><b>hasDockWindow</b></a> ( TQDockWindow * w, int * index = 0 )</li> <li class=fn>Orientation <a href="#orientation"><b>orientation</b></a> () const</li> @@ -172,25 +172,25 @@ Returns a list of the dock windows in the dock area. See the <a href="tqdockarea.html#handlePosition-prop">"handlePosition"</a> property for details. <h3 class=fn>bool <a name="hasDockWindow"></a>TQDockArea::hasDockWindow ( <a href="tqdockwindow.html">TQDockWindow</a> * w, int * index = 0 ) </h3> -Returns TRUE if the dock area contains the dock window <em>w</em>; -otherwise returns FALSE. If <em>index</em> is not 0 it will be set as +Returns true if the dock area contains the dock window <em>w</em>; +otherwise returns false. If <em>index</em> is not 0 it will be set as follows: if the dock area contains the dock window <em>*index</em> is set to <em>w</em>'s index position; otherwise <em>*index</em> is set to -1. <h3 class=fn>bool <a name="isDockWindowAccepted"></a>TQDockArea::isDockWindowAccepted ( <a href="tqdockwindow.html">TQDockWindow</a> * dw ) </h3> -Returns TRUE if dock window <em>dw</em> could be docked into the dock -area; otherwise returns FALSE. +Returns true if dock window <em>dw</em> could be docked into the dock +area; otherwise returns false. <p> <p>See also <a href="#setAcceptDockWindow">setAcceptDockWindow</a>(). <h3 class=fn>bool <a name="isEmpty"></a>TQDockArea::isEmpty () const -</h3><p>Returns TRUE if the dock area is empty; otherwise returns FALSE. +</h3><p>Returns true if the dock area is empty; otherwise returns false. See the <a href="tqdockarea.html#empty-prop">"empty"</a> property for details. <h3 class=fn>void <a name="lineUp"></a>TQDockArea::lineUp ( bool keepNewLines )<tt> [slot]</tt> </h3> Lines up the dock windows in this dock area to minimize wasted -space. If <em>keepNewLines</em> is TRUE, only space within lines is -cleaned up. If <em>keepNewLines</em> is FALSE the number of lines might +space. If <em>keepNewLines</em> is true, only space within lines is +cleaned up. If <em>keepNewLines</em> is false the number of lines might be changed. <h3 class=fn>void <a name="moveDockWindow"></a>TQDockArea::moveDockWindow ( <a href="tqdockwindow.html">TQDockWindow</a> * w, int index = -1 ) @@ -213,18 +213,18 @@ need to call it yourself. <h3 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQDockArea::orientation () const </h3><p>Returns the dock area's orientation. See the <a href="tqdockarea.html#orientation-prop">"orientation"</a> property for details. -<h3 class=fn>void <a name="removeDockWindow"></a>TQDockArea::removeDockWindow ( <a href="tqdockwindow.html">TQDockWindow</a> * w, bool makeFloating, bool swap, bool fixNewLines = TRUE ) +<h3 class=fn>void <a name="removeDockWindow"></a>TQDockArea::removeDockWindow ( <a href="tqdockwindow.html">TQDockWindow</a> * w, bool makeFloating, bool swap, bool fixNewLines = true ) </h3> -Removes the dock window <em>w</em> from the dock area. If <em>makeFloating</em> is TRUE, <em>w</em> gets floated, and if <em>swap</em> is TRUE, -the orientation of <em>w</em> gets swapped. If <em>fixNewLines</em> is TRUE +Removes the dock window <em>w</em> from the dock area. If <em>makeFloating</em> is true, <em>w</em> gets floated, and if <em>swap</em> is true, +the orientation of <em>w</em> gets swapped. If <em>fixNewLines</em> is true (the default) newlines in the area will be fixed. <p> You should never need to call this function yourself. Use <a href="tqdockwindow.html#dock">TQDockWindow::dock</a>() and <a href="tqdockwindow.html#undock">TQDockWindow::undock</a>() instead. <h3 class=fn>void <a name="setAcceptDockWindow"></a>TQDockArea::setAcceptDockWindow ( <a href="tqdockwindow.html">TQDockWindow</a> * dw, bool accept ) </h3> -If <em>accept</em> is TRUE, dock window <em>dw</em> can be docked in the dock -area. If <em>accept</em> is FALSE, dock window <em>dw</em> cannot be docked in +If <em>accept</em> is true, dock window <em>dw</em> can be docked in the dock +area. If <em>accept</em> is false, dock window <em>dw</em> cannot be docked in the dock area. <p> <p>See also <a href="#isDockWindowAccepted">isDockWindowAccepted</a>(). |