From a09a6bc05e3f64c27e7c84dd768c7720fdf41136 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 25 Jun 2024 12:25:06 +0900 Subject: Remove documentation for QWS classes and Qt/Embedded Signed-off-by: Michele Calgaro --- doc/man/man3/tqwidget.3qt | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'doc/man/man3/tqwidget.3qt') 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 -- cgit v1.2.3