diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
commit | 42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch) | |
tree | 0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/html/tqtoolbutton.html | |
parent | fef846914f8db6dc117e206ef913d519bf6bb33e (diff) | |
download | tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip |
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqtoolbutton.html')
-rw-r--r-- | doc/html/tqtoolbutton.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqtoolbutton.html b/doc/html/tqtoolbutton.html index 66cdcad85..fb092e0a2 100644 --- a/doc/html/tqtoolbutton.html +++ b/doc/html/tqtoolbutton.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } commands or options, usually used inside a TQToolBar. <a href="#details">More...</a> <p><tt>#include <<a href="tqtoolbutton-h.html">tqtoolbutton.h</a>></tt> -<p>Inherits <a href="ntqbutton.html">TQButton</a>. +<p>Inherits <a href="tqbutton.html">TQButton</a>. <p><a href="tqtoolbutton-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -234,15 +234,15 @@ See the <a href="tqtoolbutton.html#textPosition-prop">"textPosition"</a> propert <h3 class=fn>void <a name="toggle"></a>TQToolButton::toggle ()<tt> [slot]</tt> </h3> Toggles the state of this tool button. -<p> This function has no effect on <a href="ntqbutton.html#isToggleButton">non-toggling +<p> This function has no effect on <a href="tqbutton.html#isToggleButton">non-toggling buttons.</a> -<p> <p>See also <a href="#toggleButton-prop">toggleButton</a> and <a href="ntqbutton.html#toggled">toggled</a>(). +<p> <p>See also <a href="#toggleButton-prop">toggleButton</a> and <a href="tqbutton.html#toggled">toggled</a>(). <h3 class=fn>bool <a name="uses3D"></a>TQToolButton::uses3D () const<tt> [protected]</tt> </h3> Returns TRUE if this button should be drawn using raised edges; otherwise returns FALSE. -<p> <p>See also <a href="ntqbutton.html#drawButton">drawButton</a>(). +<p> <p>See also <a href="tqbutton.html#drawButton">drawButton</a>(). <h3 class=fn>bool <a name="usesBigPixmap"></a>TQToolButton::usesBigPixmap () const </h3><p>Returns TRUE if this toolbutton uses big pixmaps; otherwise returns FALSE. @@ -270,7 +270,7 @@ pixmap. There is no default iconset. <h3 class=fn>bool <a name="on-prop"></a>on</h3> <p>This property holds whether this tool button is on. -<p>This property has no effect on <a href="ntqbutton.html#isToggleButton">non-toggling +<p>This property has no effect on <a href="tqbutton.html#isToggleButton">non-toggling buttons.</a> The default is FALSE (i.e. off). <p> <p>See also <a href="#toggleButton-prop">toggleButton</a> and <a href="#toggle">toggle</a>(). <p>Set this property's value with <a href="#setOn">setOn</a>(). |