diff options
Diffstat (limited to 'doc/html/tqwidget.html')
-rw-r--r-- | doc/html/tqwidget.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html index 4da385844..291594fec 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="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="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="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="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="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="qdragmoveevent.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> @@ -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="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="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> @@ -1235,7 +1235,7 @@ Returns the preferred height for this widget, given the width <em>w</em>. The de preferred height does not depend on the width. <p> <b>Warning:</b> Does not look at the widget's layout. -<p>Reimplemented in <a href="ntqmenubar.html#heightForWidth">TQMenuBar</a> and <a href="ntqtextedit.html#heightForWidth">TQTextEdit</a>. +<p>Reimplemented in <a href="ntqmenubar.html#heightForWidth">TQMenuBar</a> and <a href="tqtextedit.html#heightForWidth">TQTextEdit</a>. <h3 class=fn>void <a name="hide"></a>TQWidget::hide ()<tt> [virtual slot]</tt> </h3> Hides the widget. @@ -1395,7 +1395,7 @@ presses <b>Esc</b>. Otherwise the event is ignored. <p> <p>See also <a href="#keyReleaseEvent">keyReleaseEvent</a>(), <a href="qkeyevent.html#ignore">TQKeyEvent::ignore</a>(), <a href="#focusPolicy-prop">focusPolicy</a>, <a href="#focusInEvent">focusInEvent</a>(), <a href="#focusOutEvent">focusOutEvent</a>(), <a href="#event">event</a>(), and <a href="qkeyevent.html">TQKeyEvent</a>. <p>Example: <a href="picture-example.html#x127">picture/picture.cpp</a>. -<p>Reimplemented in <a href="ntqlineedit.html#keyPressEvent">TQLineEdit</a> and <a href="ntqtextedit.html#keyPressEvent">TQTextEdit</a>. +<p>Reimplemented in <a href="ntqlineedit.html#keyPressEvent">TQLineEdit</a> and <a href="tqtextedit.html#keyPressEvent">TQTextEdit</a>. <h3 class=fn>void <a name="keyReleaseEvent"></a>TQWidget::keyReleaseEvent ( <a href="qkeyevent.html">TQKeyEvent</a> * e )<tt> [virtual protected]</tt> </h3> This event handler, for event <em>e</em>, can be reimplemented in a @@ -2046,7 +2046,7 @@ See the <a href="tqwidget.html#inputMethodEnabled-prop">"inputMethodEnabled"</a> Enables key event compression, if <em>compress</em> is TRUE, and disables it if <em>compress</em> is FALSE. <p> Key compression is off by default (except for <a href="ntqlineedit.html">TQLineEdit</a> and -<a href="ntqtextedit.html">TQTextEdit</a>), so widgets receive one key press event for each key +<a href="tqtextedit.html">TQTextEdit</a>), so widgets receive one key press event for each key press (or more, since autorepeat is usually on). If you turn it on and your program doesn't keep up with key input, TQt may try to compress key events so that more than one character can be |