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 8291e2010..131f58759 100644 --- a/doc/man/man3/tqtabbar.3qt +++ b/doc/man/man3/tqtabbar.3qt @@ -67,7 +67,7 @@ Inherits TQWidget. .BI "virtual void \fBlayoutTabs\fR ()" .br .ti -1c -.BI "virtual QTab * \fBselectTab\fR ( const QPoint & p ) const" +.BI "virtual QTab * \fBselectTab\fR ( const TQPoint & p ) const" .br .ti -1c .BI "void \fBremoveToolTip\fR ( int index )" @@ -118,7 +118,7 @@ Inherits TQWidget. .BI "virtual void \fBpaint\fR ( TQPainter * p, QTab * t, bool selected ) const" .br .ti -1c -.BI "virtual void \fBpaintLabel\fR ( TQPainter * p, const QRect & br, QTab * t, bool has_focus ) const" +.BI "virtual void \fBpaintLabel\fR ( TQPainter * p, const TQRect & br, QTab * t, bool has_focus ) const" .br .ti -1c .BI "virtual void \fBpaintEvent\fR ( TQPaintEvent * e )" @@ -214,13 +214,13 @@ Repaints the tab row. All the painting is done by paint(); paintEvent() only dec See also paint(). .PP Reimplemented from TQWidget. -.SH "void QTabBar::paintLabel ( TQPainter * p, const QRect & br, QTab * t, bool has_focus ) const\fC [virtual protected]\fR" +.SH "void QTabBar::paintLabel ( TQPainter * p, const TQRect & br, QTab * 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. .SH "void QTabBar::removeTab ( QTab * t )\fC [virtual]\fR" Removes tab \fIt\fR from the tab control, and deletes the tab. .SH "void QTabBar::removeToolTip ( int index )" Removes the tool tip for the tab at index position \fIindex\fR. -.SH "QTab * QTabBar::selectTab ( const QPoint & p ) const\fC [virtual]\fR" +.SH "QTab * QTabBar::selectTab ( const TQPoint & p ) const\fC [virtual]\fR" This virtual function is called by the mouse event handlers to determine which tab is pressed. The default implementation returns a pointer to the tab whose bounding rectangle contains \fIp\fR, if exactly one tab's bounding rectangle contains \fIp\fR. Otherwise it returns 0. .PP See also mousePressEvent() and mouseReleaseEvent(). |