diff options
Diffstat (limited to 'doc/html/tqwidget.html')
-rw-r--r-- | doc/html/tqwidget.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html index d841575ee..68d0ef4f3 100644 --- a/doc/html/tqwidget.html +++ b/doc/html/tqwidget.html @@ -355,7 +355,6 @@ body { background: #ffffff; color: black; } <li class=fn>virtual bool <a href="#macEvent"><b>macEvent</b></a> ( MSG * )</li> <li class=fn>virtual bool <a href="#winEvent"><b>winEvent</b></a> ( MSG * )</li> <li class=fn>virtual bool <a href="#x11Event"><b>x11Event</b></a> ( XEvent * )</li> -<li class=fn>virtual bool <a href="#qwsEvent"><b>qwsEvent</b></a> ( TQWSEvent * )</li> <li class=fn>virtual void <a href="#updateMask"><b>updateMask</b></a> ()</li> <li class=fn>virtual void <a href="#styleChange"><b>styleChange</b></a> ( TQStyle & oldStyle )</li> <li class=fn>virtual void <a href="#enabledChange"><b>enabledChange</b></a> ( bool oldEnabled )</li> @@ -1686,17 +1685,6 @@ function to ensure that your program does not end up in infinite recursion. <h3 class=fn><a href="ntqpoint.html">TQPoint</a> <a name="pos"></a>TQWidget::pos () const </h3><p>Returns the position of the widget within its parent widget. See the <a href="tqwidget.html#pos-prop">"pos"</a> property for details. -<h3 class=fn>bool <a name="qwsEvent"></a>TQWidget::qwsEvent ( TQWSEvent * )<tt> [virtual protected]</tt> -</h3> -This special event handler can be reimplemented in a subclass to -receive native TQt/Embedded events. -<p> In your reimplementation of this function, if you want to stop the -event being handled by TQt, return TRUE. If you return FALSE, this -native event is passed back to TQt, which translates the event into -a TQt event and sends it to the widget. -<p> <b>Warning:</b> This function is not portable. -<p> <p>See also <a href="ntqapplication.html#qwsEventFilter">TQApplication::qwsEventFilter</a>(). - <h3 class=fn>void <a name="raise"></a>TQWidget::raise ()<tt> [slot]</tt> </h3> Raises this widget to the top of the parent widget's stack. |