summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqwidget.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqwidget.3qt')
-rw-r--r--doc/man/man3/tqwidget.3qt11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/man/man3/tqwidget.3qt b/doc/man/man3/tqwidget.3qt
index aac46de7..2c1dd41f 100644
--- a/doc/man/man3/tqwidget.3qt
+++ b/doc/man/man3/tqwidget.3qt
@@ -942,9 +942,6 @@ Inherited by QButton, QFrame, QDialog, QComboBox, TQDataBrowser, TQDataView, QDa
.BI "virtual bool \fBx11Event\fR ( XEvent * )"
.br
.ti -1c
-.BI "virtual bool \fBqwsEvent\fR ( QWSEvent * )"
-.br
-.ti -1c
.BI "virtual void \fBupdateMask\fR ()"
.br
.ti -1c
@@ -1850,14 +1847,6 @@ See also constPolish() and QApplication::polish().
Example: menu/menu.cpp.
.SH "QPoint TQWidget::pos () const"
Returns the position of the widget within its parent widget. See the "pos" property for details.
-.SH "bool TQWidget::qwsEvent ( QWSEvent * )\fC [virtual protected]\fR"
-This special event handler can be reimplemented in a subclass to receive native Qt/Embedded events.
-.PP
-In your reimplementation of this function, if you want to stop the event being handled by Qt, return TRUE. If you return FALSE, this native event is passed back to Qt, which translates the event into a TQt event and sends it to the widget.
-.PP
-\fBWarning:\fR This function is not portable.
-.PP
-See also QApplication::qwsEventFilter().
.SH "void TQWidget::raise ()\fC [slot]\fR"
Raises this widget to the top of the parent widget's stack.
.PP