summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqbutton.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqbutton.html')
-rw-r--r--doc/html/ntqbutton.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/html/ntqbutton.html b/doc/html/ntqbutton.html
index 92676a71..61c5fb15 100644
--- a/doc/html/ntqbutton.html
+++ b/doc/html/ntqbutton.html
@@ -56,8 +56,6 @@ widgets, providing functionality common to buttons.
<li class=fn>bool <a href="#isOn"><b>isOn</b></a> () const</li>
<li class=fn>enum <a href="#ToggleState-enum"><b>ToggleState</b></a> { Off, NoChange, On }</li>
<li class=fn>ToggleState <a href="#state"><b>state</b></a> () const</li>
-<li class=fn>bool autoResize () const &nbsp;<em>(obsolete)</em></li>
-<li class=fn>void setAutoResize ( bool ) &nbsp;<em>(obsolete)</em></li>
<li class=fn>bool <a href="#autoRepeat"><b>autoRepeat</b></a> () const</li>
<li class=fn>virtual void <a href="#setAutoRepeat"><b>setAutoRepeat</b></a> ( bool )</li>
<li class=fn>bool <a href="#isExclusiveToggle"><b>isExclusiveToggle</b></a> () const</li>
@@ -80,7 +78,6 @@ widgets, providing functionality common to buttons.
<ul>
<li class=fn>TQKeySequence <a href="#accel-prop"><b>accel</b></a>&nbsp;- the accelerator associated with the button</li>
<li class=fn>bool <a href="#autoRepeat-prop"><b>autoRepeat</b></a>&nbsp;- whether autoRepeat is enabled</li>
-<li class=fn>bool autoResize&nbsp;- whether autoResize is enabled &nbsp;<em>(obsolete)</em></li>
<li class=fn>bool <a href="#down-prop"><b>down</b></a>&nbsp;- whether the button is pressed</li>
<li class=fn>bool <a href="#exclusiveToggle-prop"><b>exclusiveToggle</b></a>&nbsp;- whether the button is an exclusive toggle &nbsp;<em>(read only)</em></li>
<li class=fn>bool <a href="#on-prop"><b>on</b></a>&nbsp;- whether the button is toggled &nbsp;<em>(read only)</em></li>
@@ -231,9 +228,6 @@ short while later.
<h3 class=fn>bool <a name="autoRepeat"></a>TQButton::autoRepeat () const
</h3><p>Returns TRUE if autoRepeat is enabled; otherwise returns FALSE.
See the <a href="ntqbutton.html#autoRepeat-prop">"autoRepeat"</a> property for details.
-<h3 class=fn>bool <a name="autoResize"></a>TQButton::autoResize () const
-</h3><p>Returns TRUE if autoResize is enabled; otherwise returns FALSE.
-See the <a href="ntqbutton.html#autoResize-prop">"autoResize"</a> property for details.
<h3 class=fn>void <a name="clicked"></a>TQButton::clicked ()<tt> [signal]</tt>
</h3>
@@ -320,9 +314,6 @@ See the <a href="ntqbutton.html#accel-prop">"accel"</a> property for details.
<h3 class=fn>void <a name="setAutoRepeat"></a>TQButton::setAutoRepeat ( bool )<tt> [virtual]</tt>
</h3><p>Sets whether autoRepeat is enabled.
See the <a href="ntqbutton.html#autoRepeat-prop">"autoRepeat"</a> property for details.
-<h3 class=fn>void <a name="setAutoResize"></a>TQButton::setAutoResize ( bool )
-</h3><p>Sets whether autoResize is enabled.
-See the <a href="ntqbutton.html#autoResize-prop">"autoResize"</a> property for details.
<h3 class=fn>void <a name="setDown"></a>TQButton::setDown ( bool )<tt> [virtual]</tt>
</h3><p>Sets whether the button is pressed.
See the <a href="ntqbutton.html#down-prop">"down"</a> property for details.
@@ -402,12 +393,6 @@ regular intervals if the button is down. This property has no
effect on toggle buttons. autoRepeat is off by default.
<p>Set this property's value with <a href="#setAutoRepeat">setAutoRepeat</a>() and get this property's value with <a href="#autoRepeat">autoRepeat</a>().
-<h3 class=fn>bool <a name="autoResize-prop"></a>autoResize</h3> <p>This property holds whether autoResize is enabled.
-<p><b>This property is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
-<p> If autoResize is enabled then the button will resize itself
-whenever the contents are changed.
-
-<p>Set this property's value with <a href="#setAutoResize">setAutoResize</a>() and get this property's value with <a href="#autoResize">autoResize</a>().
<h3 class=fn>bool <a name="down-prop"></a>down</h3>
<p>This property holds whether the button is pressed.
<p>If this property is TRUE, the button is pressed down. The signals