diff options
Diffstat (limited to 'doc/html/ntqtabbar.html')
-rw-r--r-- | doc/html/ntqtabbar.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqtabbar.html b/doc/html/ntqtabbar.html index 27aa7a024..60bc4d217 100644 --- a/doc/html/ntqtabbar.html +++ b/doc/html/ntqtabbar.html @@ -217,7 +217,7 @@ order. The event is passed in <em>e</em>. <p> <p>See also <a href="#paint">paint</a>(). <p>Reimplemented from <a href="tqwidget.html#paintEvent">TQWidget</a>. -<h3 class=fn>void <a name="paintLabel"></a>TQTabBar::paintLabel ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="ntqrect.html">TQRect</a> & br, <a href="qtab.html">TQTab</a> * t, bool has_focus ) const<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paintLabel"></a>TQTabBar::paintLabel ( <a href="tqpainter.html">TQPainter</a> * p, const <a href="tqrect.html">TQRect</a> & br, <a href="qtab.html">TQTab</a> * t, bool has_focus ) const<tt> [virtual protected]</tt> </h3> Paints the label of tab <em>t</em> centered in rectangle <em>br</em> using painter <em>p</em>. A focus indication is drawn if <em>has_focus</em> is TRUE. @@ -230,7 +230,7 @@ Removes tab <em>t</em> from the tab control, and deletes the tab. </h3> Removes the tool tip for the tab at index position <em>index</em>. -<h3 class=fn><a href="qtab.html">TQTab</a> * <a name="selectTab"></a>TQTabBar::selectTab ( const <a href="ntqpoint.html">TQPoint</a> & p ) const<tt> [virtual]</tt> +<h3 class=fn><a href="qtab.html">TQTab</a> * <a name="selectTab"></a>TQTabBar::selectTab ( const <a href="tqpoint.html">TQPoint</a> & p ) const<tt> [virtual]</tt> </h3> This virtual function is called by the mouse event handlers to determine which tab is pressed. The default implementation returns |