diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/ntqscrollbar.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqscrollbar.html')
-rw-r--r-- | doc/html/ntqscrollbar.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqscrollbar.html b/doc/html/ntqscrollbar.html index b10baf19c..6a46c75fb 100644 --- a/doc/html/ntqscrollbar.html +++ b/doc/html/ntqscrollbar.html @@ -258,7 +258,7 @@ See the <a href="ntqscrollbar.html#orientation-prop">"orientation"</a> property <h3 class=fn>void <a name="setPageStep"></a>TQScrollBar::setPageStep ( int ) </h3><p>Sets the page step. See the <a href="ntqscrollbar.html#pageStep-prop">"pageStep"</a> property for details. -<h3 class=fn>void <a name="setPalette"></a>TQScrollBar::setPalette ( const <a href="ntqpalette.html">TQPalette</a> & p )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setPalette"></a>TQScrollBar::setPalette ( const <a href="tqpalette.html">TQPalette</a> & p )<tt> [virtual]</tt> </h3> Reimplements the virtual function <a href="tqwidget.html#setPalette">TQWidget::setPalette</a>(). <p> Sets the background color to the mid color for <a href="motif-extension.html#Motif">Motif</a> style scroll @@ -285,7 +285,7 @@ the new scroll bar <em>value</em> as an argument. <p> This signal is emitted when the user presses the slider with the mouse. -<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="sliderRect"></a>TQScrollBar::sliderRect () const +<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="sliderRect"></a>TQScrollBar::sliderRect () const </h3> Returns the scroll bar slider rectangle. <p> <p>See also <a href="#sliderStart">sliderStart</a>(). |