diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-09 14:57:42 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-12 18:58:18 +0900 | 
| commit | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch) | |
| tree | 4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/tqdockarea.html | |
| parent | 0582c90a9ed4b965629267713f51c0da7c38b39d (diff) | |
| download | tqt-6f57abfc.tar.gz tqt-6f57abfc.zip | |
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqdockarea.html')
| -rw-r--r-- | doc/html/tqdockarea.html | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/doc/html/tqdockarea.html b/doc/html/tqdockarea.html index 59b6b7d35..cc99ad1dd 100644 --- a/doc/html/tqdockarea.html +++ b/doc/html/tqdockarea.html @@ -145,7 +145,7 @@ the right or bottom.  the left or top.  </ul>  <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQDockArea"></a>TQDockArea::TQDockArea ( <a href="ntqt.html#Orientation-enum">Orientation</a> o, <a href="tqdockarea.html#HandlePosition-enum">HandlePosition</a> h = Normal, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQDockArea"></a>TQDockArea::TQDockArea ( <a href="tqt.html#Orientation-enum">Orientation</a> o, <a href="tqdockarea.html#HandlePosition-enum">HandlePosition</a> h = Normal, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )  </h3>  Constructs a TQDockArea with orientation <em>o</em>, HandlePosition <em>h</em>,  parent <em>parent</em> and called <em>name</em>. @@ -211,7 +211,7 @@ the orientation of the docked widget needs to be changed.  <p> This function is used internally by <a href="tqdockwindow.html">TQDockWindow</a>. You shouldn't  need to call it yourself. -<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQDockArea::orientation () const +<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 ) @@ -243,7 +243,7 @@ the dock area.  <p>The default position is <a href="#HandlePosition-enum">Normal</a>.  <p>Get this property's value with <a href="#handlePosition">handlePosition</a>(). -<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation-prop"></a>orientation</h3> +<h3 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation-prop"></a>orientation</h3>  <p>This property holds the dock area's orientation.  <p>There is no default value; the orientation is specified in the  constructor. | 
