diff options
Diffstat (limited to 'doc/man/man3/tqtabbar.3qt')
-rw-r--r-- | doc/man/man3/tqtabbar.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqtabbar.3qt b/doc/man/man3/tqtabbar.3qt index a5dfc3ab7..d909a55d5 100644 --- a/doc/man/man3/tqtabbar.3qt +++ b/doc/man/man3/tqtabbar.3qt @@ -195,7 +195,7 @@ Sets \fInewTab\fR's id to a new id. If the tab's label contains an ampersand, th .PP See also addTab(). .SH "bool TQTabBar::isTabEnabled ( int id ) const" -Returns TRUE if the tab with id \fIid\fR exists and is enabled; otherwise returns FALSE. +Returns true if the tab with id \fIid\fR exists and is enabled; otherwise returns false. .PP See also setTabEnabled(). .SH "int TQTabBar::keyboardFocusTab () const" @@ -205,7 +205,7 @@ TQTabBar emits the signal whenever the layout of the tab bar has been recalculat .SH "void TQTabBar::layoutTabs ()\fC [virtual]\fR" Lays out all existing tabs according to their label and their iconset. .SH "void TQTabBar::paint ( TQPainter * p, TQTab * t, bool selected ) const\fC [virtual protected]\fR" -Paints the tab \fIt\fR using painter \fIp\fR. If and only if \fIselected\fR is TRUE, \fIt\fR is drawn currently selected. +Paints the tab \fIt\fR using painter \fIp\fR. If and only if \fIselected\fR is true, \fIt\fR is drawn currently selected. .PP This virtual function may be reimplemented to change the look of TQTabBar. If you decide to reimplement it, you may also need to reimplement sizeHint(). .SH "void TQTabBar::paintEvent ( TQPaintEvent * e )\fC [virtual protected]\fR" @@ -215,7 +215,7 @@ See also paint(). .PP Reimplemented from TQWidget. .SH "void TQTabBar::paintLabel ( TQPainter * p, const TQRect & br, TQTab * t, bool has_focus ) const\fC [virtual protected]\fR" -Paints the label of tab \fIt\fR centered in rectangle \fIbr\fR using painter \fIp\fR. A focus indication is drawn if \fIhas_focus\fR is TRUE. +Paints the label of tab \fIt\fR centered in rectangle \fIbr\fR using painter \fIp\fR. A focus indication is drawn if \fIhas_focus\fR is true. .SH "void TQTabBar::removeTab ( TQTab * t )\fC [virtual]\fR" Removes tab \fIt\fR from the tab control, and deletes the tab. .SH "void TQTabBar::removeToolTip ( int index )" @@ -239,7 +239,7 @@ See also currentTab and selected(). .SH "void TQTabBar::setShape ( Shape )\fC [virtual]\fR" Sets the shape of the tabs in the tab bar. See the "shape" property for details. .SH "void TQTabBar::setTabEnabled ( int id, bool enabled )\fC [virtual]\fR" -Enables tab \fIid\fR if \fIenabled\fR is TRUE or disables it if \fIenabled\fR is FALSE. If \fIid\fR is currently selected, setTabEnabled(FALSE) makes another tab selected. +Enables tab \fIid\fR if \fIenabled\fR is true or disables it if \fIenabled\fR is false. If \fIid\fR is currently selected, setTabEnabled(false) makes another tab selected. .PP setTabEnabled() updates the display if this causes a change in \fIid\fR's status. .PP |