diff options
Diffstat (limited to 'doc/html/ntqtabbar.html')
| -rw-r--r-- | doc/html/ntqtabbar.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqtabbar.html b/doc/html/ntqtabbar.html index 2875c7b3d..890269b55 100644 --- a/doc/html/ntqtabbar.html +++ b/doc/html/ntqtabbar.html @@ -183,8 +183,8 @@ tab. Returns the id. <h3 class=fn>bool <a name="isTabEnabled"></a>TQTabBar::isTabEnabled ( int id ) const </h3> -Returns TRUE if the tab with id <em>id</em> exists and is enabled; -otherwise returns FALSE. +Returns true if the tab with id <em>id</em> exists and is enabled; +otherwise returns false. <p> <p>See also <a href="#setTabEnabled">setTabEnabled</a>(). <h3 class=fn>int <a name="keyboardFocusTab"></a>TQTabBar::keyboardFocusTab () const @@ -204,7 +204,7 @@ iconset. <h3 class=fn>void <a name="paint"></a>TQTabBar::paint ( <a href="ntqpainter.html">TQPainter</a> * p, <a href="qtab.html">TQTab</a> * t, bool selected ) const<tt> [virtual protected]</tt> </h3> Paints the tab <em>t</em> using painter <em>p</em>. If and only if <em>selected</em> -is TRUE, <em>t</em> is drawn currently selected. +is true, <em>t</em> is drawn currently selected. <p> This virtual function may be reimplemented to change the look of TQTabBar. If you decide to reimplement it, you may also need to reimplement <a href="ntqwidget.html#sizeHint">sizeHint</a>(). @@ -220,7 +220,7 @@ order. The event is passed in <em>e</em>. <h3 class=fn>void <a name="paintLabel"></a>TQTabBar::paintLabel ( <a href="ntqpainter.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> 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. +painter <em>p</em>. A focus indication is drawn if <em>has_focus</em> is true. <h3 class=fn>void <a name="removeTab"></a>TQTabBar::removeTab ( <a href="qtab.html">TQTab</a> * t )<tt> [virtual]</tt> </h3> @@ -263,8 +263,8 @@ already current. See the <a href="ntqtabbar.html#shape-prop">"shape"</a> property for details. <h3 class=fn>void <a name="setTabEnabled"></a>TQTabBar::setTabEnabled ( int id, bool enabled )<tt> [virtual]</tt> </h3> -Enables tab <em>id</em> if <em>enabled</em> is TRUE or disables it if <em>enabled</em> is FALSE. If <em>id</em> is currently selected, -<a href="#setTabEnabled">setTabEnabled</a>(FALSE) makes another tab selected. +Enables tab <em>id</em> if <em>enabled</em> is true or disables it if <em>enabled</em> is false. If <em>id</em> is currently selected, +<a href="#setTabEnabled">setTabEnabled</a>(false) makes another tab selected. <p> setTabEnabled() updates the display if this causes a change in <em>id</em>'s status. <p> <p>See also <a href="ntqwidget.html#update">update</a>() and <a href="#isTabEnabled">isTabEnabled</a>(). |
