diff options
Diffstat (limited to 'doc/html/tqtabbar.html')
-rw-r--r-- | doc/html/tqtabbar.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqtabbar.html b/doc/html/tqtabbar.html index 56a96218d..6711b630c 100644 --- a/doc/html/tqtabbar.html +++ b/doc/html/tqtabbar.html @@ -182,8 +182,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 @@ -203,7 +203,7 @@ iconset. <h3 class=fn>void <a name="paint"></a>TQTabBar::paint ( <a href="tqpainter.html">TQPainter</a> * p, <a href="tqtab.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="tqwidget.html#sizeHint">sizeHint</a>(). @@ -219,7 +219,7 @@ order. The event is passed in <em>e</em>. <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="tqtab.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="tqtab.html">TQTab</a> * t )<tt> [virtual]</tt> </h3> @@ -262,8 +262,8 @@ already current. See the <a href="tqtabbar.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="tqwidget.html#update">update</a>() and <a href="#isTabEnabled">isTabEnabled</a>(). |