summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqscrollview.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 21:06:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-28 18:25:42 +0900
commit8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (patch)
treefb639fd5c35cb99f87172bc61484f5bf74b6beb9 /doc/man/man3/tqscrollview.3qt
parent0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (diff)
downloadtqt-8ef4ea451dd81dd66b34ed31aaa631f6df24a192.tar.gz
tqt-8ef4ea451dd81dd66b34ed31aaa631f6df24a192.zip
Rename environment class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqscrollview.3qt')
-rw-r--r--doc/man/man3/tqscrollview.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqscrollview.3qt b/doc/man/man3/tqscrollview.3qt
index baf27b35a..9841ac033 100644
--- a/doc/man/man3/tqscrollview.3qt
+++ b/doc/man/man3/tqscrollview.3qt
@@ -303,7 +303,7 @@ Inherited by TQCanvasView, QTable, QGridView, TQIconView, QListBox, QListView, a
.BI "virtual void \fBsetVBarGeometry\fR ( QScrollBar & vbar, int x, int y, int w, int h )"
.br
.ti -1c
-.BI "virtual bool \fBeventFilter\fR ( TQObject * obj, QEvent * e )"
+.BI "virtual bool \fBeventFilter\fR ( TQObject * obj, TQEvent * e )"
.br
.in -1c
.SH DESCRIPTION
@@ -656,7 +656,7 @@ Scrolls the content so that the point \fI(x, y)\fR is visible with at least 50-p
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Scrolls the content so that the point \fI(x, y)\fR is visible with at least the \fIxmargin\fR and \fIymargin\fR margins (if possible, otherwise centered).
-.SH "bool QScrollView::eventFilter ( TQObject * obj, QEvent * e )\fC [virtual protected]\fR"
+.SH "bool QScrollView::eventFilter ( TQObject * obj, TQEvent * e )\fC [virtual protected]\fR"
This event filter ensures the scroll bars are updated when a single contents widget is resized, shown, hidden or destroyed; it passes mouse events to the QScrollView. The event is in \fIe\fR and the object is in \fIobj\fR.
.PP
Reimplemented from TQObject.