diff options
Diffstat (limited to 'doc/html/ntqscrollview.html')
-rw-r--r-- | doc/html/ntqscrollview.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqscrollview.html b/doc/html/ntqscrollview.html index a75ad119a..ad17beb39 100644 --- a/doc/html/ntqscrollview.html +++ b/doc/html/ntqscrollview.html @@ -591,14 +591,14 @@ This is an overloaded member function, provided for convenience. It behaves esse least the <em>xmargin</em> and <em>ymargin</em> margins (if possible, otherwise centered). -<h3 class=fn>bool <a name="eventFilter"></a>TQScrollView::eventFilter ( <a href="ntqobject.html">TQObject</a> * obj, <a href="ntqevent.html">TQEvent</a> * e )<tt> [virtual protected]</tt> +<h3 class=fn>bool <a name="eventFilter"></a>TQScrollView::eventFilter ( <a href="tqobject.html">TQObject</a> * obj, <a href="ntqevent.html">TQEvent</a> * e )<tt> [virtual protected]</tt> </h3> This event filter ensures the scroll bars are updated when a single contents widget is resized, shown, hidden or destroyed; it passes mouse events to the TQScrollView. The event is in <em>e</em> and the object is in <em>obj</em>. -<p>Reimplemented from <a href="ntqobject.html#eventFilter">TQObject</a>. +<p>Reimplemented from <a href="tqobject.html#eventFilter">TQObject</a>. <p>Reimplemented in <a href="ntqlistview.html#eventFilter">TQListView</a>. <h3 class=fn><a href="ntqscrollview.html#ScrollBarMode-enum">ScrollBarMode</a> <a name="hScrollBarMode"></a>TQScrollView::hScrollBarMode () const </h3><p>Returns the mode for the horizontal scroll bar. |