diff options
Diffstat (limited to 'doc/html/ntqframe.html')
-rw-r--r-- | doc/html/ntqframe.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqframe.html b/doc/html/ntqframe.html index b48c51560..6d2194821 100644 --- a/doc/html/ntqframe.html +++ b/doc/html/ntqframe.html @@ -181,7 +181,7 @@ Constructs a frame widget with frame style <a href="#Shape-enum">NoFrame</a> and <p> The <em>parent</em>, <em>name</em> and <em>f</em> arguments are passed to the <a href="tqwidget.html">TQWidget</a> constructor. -<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="contentsRect"></a>TQFrame::contentsRect () const +<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="contentsRect"></a>TQFrame::contentsRect () const </h3><p>Returns the rectangle inside the frame. See the <a href="ntqframe.html#contentsRect-prop">"contentsRect"</a> property for details. <h3 class=fn>void <a name="drawContents"></a>TQFrame::drawContents ( <a href="tqpainter.html">TQPainter</a> * )<tt> [virtual protected]</tt> @@ -216,7 +216,7 @@ or mid-line width changes. when the frame attributes change. <p> The default implementation calls <a href="tqwidget.html#update">update</a>(). -<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="frameRect"></a>TQFrame::frameRect () const +<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="frameRect"></a>TQFrame::frameRect () const </h3><p>Returns the frame rectangle. See the <a href="ntqframe.html#frameRect-prop">"frameRect"</a> property for details. <h3 class=fn><a href="ntqframe.html#Shadow-enum">Shadow</a> <a name="frameShadow"></a>TQFrame::frameShadow () const @@ -261,11 +261,11 @@ Processes the resize event <em>e</em>. rectangle is elastic, and the surrounding area is static. <p> The resulting frame rectangle may be null or invalid. You can use <a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() to avoid those possibilities. -<p> Nothing is done if the frame rectangle is a <a href="ntqrect.html#isNull">null rectangle</a> already. +<p> Nothing is done if the frame rectangle is a <a href="tqrect.html#isNull">null rectangle</a> already. <p>Example: <a href="life-example.html#x1889">life/life.cpp</a>. <p>Reimplemented from <a href="tqwidget.html#resizeEvent">TQWidget</a>. -<h3 class=fn>void <a name="setFrameRect"></a>TQFrame::setFrameRect ( const <a href="ntqrect.html">TQRect</a> & )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setFrameRect"></a>TQFrame::setFrameRect ( const <a href="tqrect.html">TQRect</a> & )<tt> [virtual]</tt> </h3><p>Sets the frame rectangle. See the <a href="ntqframe.html#frameRect-prop">"frameRect"</a> property for details. <h3 class=fn>void <a name="setFrameShadow"></a>TQFrame::setFrameShadow ( <a href="ntqframe.html#Shadow-enum">Shadow</a> ) @@ -298,12 +298,12 @@ See the <a href="ntqframe.html#margin-prop">"margin"</a> property for details. </h3><p>Sets the width of the mid-line. See the <a href="ntqframe.html#midLineWidth-prop">"midLineWidth"</a> property for details. <hr><h2>Property Documentation</h2> -<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="contentsRect-prop"></a>contentsRect</h3> +<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="contentsRect-prop"></a>contentsRect</h3> <p>This property holds the rectangle inside the frame. <p>Get this property's value with <a href="#contentsRect">contentsRect</a>(). <p><p>See also <a href="#frameRect-prop">frameRect</a> and <a href="#drawContents">drawContents</a>(). -<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="frameRect-prop"></a>frameRect</h3> +<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="frameRect-prop"></a>frameRect</h3> <p>This property holds the frame rectangle. <p>The frame rectangle is the rectangle the frame is drawn in. By default, this is the entire widget. Setting this property does <em>not</em> cause a widget update. |