diff options
Diffstat (limited to 'doc/html/tqtoolbutton.html')
| -rw-r--r-- | doc/html/tqtoolbutton.html | 22 | 
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/tqtoolbutton.html b/doc/html/tqtoolbutton.html index 52d5e96f7..d7f2a80ac 100644 --- a/doc/html/tqtoolbutton.html +++ b/doc/html/tqtoolbutton.html @@ -114,7 +114,7 @@ auto-raised because the mouse pointer is hovering over it.  TQMainWindow's settings (see <a href="tqmainwindow.html#setUsesTextLabel">TQMainWindow::setUsesTextLabel</a>() and  <a href="tqmainwindow.html#setUsesBigPixmaps">TQMainWindow::setUsesBigPixmaps</a>()). The pixmap set on a TQToolButton  will be set to 22x22 if it is bigger than this size. If -<a href="#usesBigPixmap">usesBigPixmap</a>() is TRUE, then the pixmap will be set to 32x32. +<a href="#usesBigPixmap">usesBigPixmap</a>() is true, then the pixmap will be set to 32x32.  <p> A tool button can offer additional choices in a popup menu. The  feature is sometimes used with the "Back" button in a web browser.  After pressing and holding the button down for a while, a menu @@ -157,7 +157,7 @@ constructor.  Destroys the object and frees any allocated resources.  <h3 class=fn>bool <a name="autoRaise"></a>TQToolButton::autoRaise () const -</h3><p>Returns TRUE if auto-raising is enabled; otherwise returns FALSE. +</h3><p>Returns true if auto-raising is enabled; otherwise returns false.  See the <a href="tqtoolbutton.html#autoRaise-prop">"autoRaise"</a> property for details.  <h3 class=fn><a href="tqiconset.html">TQIconSet</a> <a name="iconSet"></a>TQToolButton::iconSet () const  </h3><p>Returns the icon set providing the icon shown on the button. @@ -210,7 +210,7 @@ See the <a href="tqtoolbutton.html#textLabel-prop">"textLabel"</a> property for  </h3>  This is an overloaded member function, provided for convenience. It behaves essentially like the above function.  <p> Sets the label of this button to <em>newLabel</em> and automatically -sets it as a tool tip if <em>tipToo</em> is TRUE. +sets it as a tool tip if <em>tipToo</em> is true.  <h3 class=fn>void <a name="setTextPosition"></a>TQToolButton::setTextPosition ( <a href="tqtoolbutton.html#TextPosition-enum">TextPosition</a> pos )<tt> [slot]</tt>  </h3><p>Sets the position of the text label of this button to <em>pos</em>. @@ -239,20 +239,20 @@ Toggles the state of this tool button.  <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. +Returns true if this button should be drawn using raised edges; +otherwise returns false.  <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. +</h3><p>Returns true if this toolbutton uses big pixmaps; otherwise returns false.  See the <a href="tqtoolbutton.html#usesBigPixmap-prop">"usesBigPixmap"</a> property for details.  <h3 class=fn>bool <a name="usesTextLabel"></a>TQToolButton::usesTextLabel () const -</h3><p>Returns TRUE if the toolbutton displays a text label below the button pixmap; otherwise returns FALSE. +</h3><p>Returns true if the toolbutton displays a text label below the button pixmap; otherwise returns false.  See the <a href="tqtoolbutton.html#usesTextLabel-prop">"usesTextLabel"</a> property for details.  <hr><h2>Property Documentation</h2>  <h3 class=fn>bool <a name="autoRaise-prop"></a>autoRaise</h3>  <p>This property holds whether auto-raising is enabled. -<p>The default is disabled (i.e. FALSE). +<p>The default is disabled (i.e. false).  <p>Set this property's value with <a href="#setAutoRaise">setAutoRaise</a>() and get this property's value with <a href="#autoRaise">autoRaise</a>().  <h3 class=fn><a href="tqt.html#BackgroundMode-enum">BackgroundMode</a> <a name="backgroundMode-prop"></a>backgroundMode</h3> @@ -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="tqbutton.html#isToggleButton">non-toggling -    buttons.</a> The default is FALSE (i.e. off). +    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>(). @@ -308,7 +308,7 @@ default.  <p>TQToolButton automatically connects this property to the relevant  signal in the <a href="tqmainwindow.html">TQMainWindow</a> in which it resides. We strongly  recommend that you use <a href="tqmainwindow.html#setUsesBigPixmaps">TQMainWindow::setUsesBigPixmaps</a>() instead. -<p> This property's default is TRUE. +<p> This property's default is true.  <p> <b>Warning:</b> If you set some buttons (in a TQMainWindow) to have big  pixmaps and others to have small pixmaps, TQMainWindow may not get  the geometry right. @@ -316,7 +316,7 @@ the geometry right.  <p>Set this property's value with <a href="#setUsesBigPixmap">setUsesBigPixmap</a>() and get this property's value with <a href="#usesBigPixmap">usesBigPixmap</a>().  <h3 class=fn>bool <a name="usesTextLabel-prop"></a>usesTextLabel</h3>  <p>This property holds whether the toolbutton displays a text label below the button pixmap. -<p>The default is FALSE. +<p>The default is false.  <p> TQToolButton automatically connects this slot to the relevant  signal in the <a href="tqmainwindow.html">TQMainWindow</a> in which is resides.  | 
