diff options
Diffstat (limited to 'doc/html/tqwidget.html')
-rw-r--r-- | doc/html/tqwidget.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html index be2a709a6..239b5a0cc 100644 --- a/doc/html/tqwidget.html +++ b/doc/html/tqwidget.html @@ -916,30 +916,30 @@ To have more control over destruction of subwidgets, destroy subwidgets selectively first. <p> This function is usually called from the TQWidget destructor. -<h3 class=fn>void <a name="dragEnterEvent"></a>TQWidget::dragEnterEvent ( <a href="qdragenterevent.html">TQDragEnterEvent</a> * )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="dragEnterEvent"></a>TQWidget::dragEnterEvent ( <a href="tqdragenterevent.html">TQDragEnterEvent</a> * )<tt> [virtual protected]</tt> </h3> This event handler is called when a drag is in progress and the mouse enters this widget. <p> See the <a href="dnd.html">Drag-and-drop documentation</a> for an overview of how to provide drag-and-drop in your application. -<p> <p>See also <a href="tqtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="qdragenterevent.html">TQDragEnterEvent</a>. +<p> <p>See also <a href="tqtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="tqdragenterevent.html">TQDragEnterEvent</a>. <p>Example: <a href="simple_dd-example.html#x2829">iconview/simple_dd/main.cpp</a>. -<h3 class=fn>void <a name="dragLeaveEvent"></a>TQWidget::dragLeaveEvent ( <a href="qdragleaveevent.html">TQDragLeaveEvent</a> * )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="dragLeaveEvent"></a>TQWidget::dragLeaveEvent ( <a href="tqdragleaveevent.html">TQDragLeaveEvent</a> * )<tt> [virtual protected]</tt> </h3> This event handler is called when a drag is in progress and the mouse leaves this widget. <p> See the <a href="dnd.html">Drag-and-drop documentation</a> for an overview of how to provide drag-and-drop in your application. -<p> <p>See also <a href="tqtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="qdragleaveevent.html">TQDragLeaveEvent</a>. +<p> <p>See also <a href="tqtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="tqdragleaveevent.html">TQDragLeaveEvent</a>. -<h3 class=fn>void <a name="dragMoveEvent"></a>TQWidget::dragMoveEvent ( <a href="qdragmoveevent.html">TQDragMoveEvent</a> * )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="dragMoveEvent"></a>TQWidget::dragMoveEvent ( <a href="tqdragmoveevent.html">TQDragMoveEvent</a> * )<tt> [virtual protected]</tt> </h3> This event handler is called when a drag is in progress and the mouse enters this widget, and whenever it moves within the widget. <p> See the <a href="dnd.html">Drag-and-drop documentation</a> for an overview of how to provide drag-and-drop in your application. -<p> <p>See also <a href="tqtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="qdragmoveevent.html">TQDragMoveEvent</a>. +<p> <p>See also <a href="tqtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="tqdragmoveevent.html">TQDragMoveEvent</a>. <h3 class=fn>void <a name="drawText"></a>TQWidget::drawText ( int x, int y, const <a href="tqstring.html">TQString</a> & str ) </h3> @@ -955,13 +955,13 @@ more flexible results and often higher speed by using a a <a href="ntqpainter.ht This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Draws the string <em>str</em> at position <em>pos</em>. -<h3 class=fn>void <a name="dropEvent"></a>TQWidget::dropEvent ( <a href="qdropevent.html">TQDropEvent</a> * )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="dropEvent"></a>TQWidget::dropEvent ( <a href="tqdropevent.html">TQDropEvent</a> * )<tt> [virtual protected]</tt> </h3> This event handler is called when the drag is dropped on this widget. <p> See the <a href="dnd.html">Drag-and-drop documentation</a> for an overview of how to provide drag-and-drop in your application. -<p> <p>See also <a href="tqtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="qdropevent.html">TQDropEvent</a>. +<p> <p>See also <a href="tqtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="tqdropevent.html">TQDropEvent</a>. <p>Example: <a href="simple_dd-example.html#x2830">iconview/simple_dd/main.cpp</a>. <h3 class=fn>void <a name="enabledChange"></a>TQWidget::enabledChange ( bool oldEnabled )<tt> [virtual protected]</tt> |