diff options
author | Michele Calgaro <[email protected]> | 2024-07-02 21:37:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-06 11:24:55 +0900 |
commit | 7552c6d73043b1040139033f6864db48ae5446cf (patch) | |
tree | f90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/html/ntqscrollview.html | |
parent | c113da2069b66130f67a0f27c699e1cec83588a5 (diff) | |
download | tqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip |
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/ntqscrollview.html')
-rw-r--r-- | doc/html/ntqscrollview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqscrollview.html b/doc/html/ntqscrollview.html index 8211e2f26..104ad7885 100644 --- a/doc/html/ntqscrollview.html +++ b/doc/html/ntqscrollview.html @@ -831,7 +831,7 @@ function receives all resize events sent to the viewport. <p> <p>See also <a href="tqwidget.html#resizeEvent">TQWidget::resizeEvent</a>(). <p>Example: <a href="tutorial2-06.html#x2587">chart/canvasview.cpp</a>. -<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="viewportSize"></a>TQScrollView::viewportSize ( int x, int y ) const +<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="viewportSize"></a>TQScrollView::viewportSize ( int x, int y ) const </h3> Returns the viewport size for size (<em>x</em>, <em>y</em>). <p> The viewport size depends on <em>(x, y)</em> (the size of the contents), |