summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqwidget.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-25 12:25:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-25 12:25:06 +0900
commita09a6bc05e3f64c27e7c84dd768c7720fdf41136 (patch)
treefe5a644a42056c012132e5bbc57f3ce1ba40d5c2 /doc/man/man3/tqwidget.3qt
parentbba3e1fa3870a23f1cf0b5d1143ffd646ac797a4 (diff)
downloadtqt3-a09a6bc05e3f64c27e7c84dd768c7720fdf41136.tar.gz
tqt3-a09a6bc05e3f64c27e7c84dd768c7720fdf41136.zip
Remove documentation for QWS classes and Qt/Embedded
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 aac46de70..2c1dd41fb 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