diff options
Diffstat (limited to 'doc/html/tqwidget.html')
-rw-r--r-- | doc/html/tqwidget.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html index 73d78aa90..7f973c943 100644 --- a/doc/html/tqwidget.html +++ b/doc/html/tqwidget.html @@ -923,7 +923,7 @@ 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="qtextdrag.html">TQTextDrag</a>, <a href="qimagedrag.html">TQImageDrag</a>, and <a href="qdragenterevent.html">TQDragEnterEvent</a>. +<p> <p>See also <a href="qtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="qdragenterevent.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> @@ -932,7 +932,7 @@ 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="qtextdrag.html">TQTextDrag</a>, <a href="qimagedrag.html">TQImageDrag</a>, and <a href="qdragleaveevent.html">TQDragLeaveEvent</a>. +<p> <p>See also <a href="qtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="qdragleaveevent.html">TQDragLeaveEvent</a>. <h3 class=fn>void <a name="dragMoveEvent"></a>TQWidget::dragMoveEvent ( <a href="qdragmoveevent.html">TQDragMoveEvent</a> * )<tt> [virtual protected]</tt> </h3> @@ -940,7 +940,7 @@ 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="qtextdrag.html">TQTextDrag</a>, <a href="qimagedrag.html">TQImageDrag</a>, and <a href="qdragmoveevent.html">TQDragMoveEvent</a>. +<p> <p>See also <a href="qtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="qdragmoveevent.html">TQDragMoveEvent</a>. <h3 class=fn>void <a name="drawText"></a>TQWidget::drawText ( int x, int y, const <a href="ntqstring.html">TQString</a> & str ) </h3> @@ -962,7 +962,7 @@ 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="qtextdrag.html">TQTextDrag</a>, <a href="qimagedrag.html">TQImageDrag</a>, and <a href="qdropevent.html">TQDropEvent</a>. +<p> <p>See also <a href="qtextdrag.html">TQTextDrag</a>, <a href="tqimagedrag.html">TQImageDrag</a>, and <a href="qdropevent.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> |