diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 14:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-27 16:08:54 +0900 |
commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/ntqscrollview.html | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip |
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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. |