diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/ntqtoolbox.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqtoolbox.html')
| -rw-r--r-- | doc/html/ntqtoolbox.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqtoolbox.html b/doc/html/ntqtoolbox.html index f15ae848e..fbfc422c4 100644 --- a/doc/html/ntqtoolbox.html +++ b/doc/html/ntqtoolbox.html @@ -163,7 +163,7 @@ set to <em>label</em>. Returns the new item's index. <h3 class=fn>bool <a name="isItemEnabled"></a>TQToolBox::isItemEnabled ( int index ) const </h3> -Returns TRUE if the item at position <em>index</em> is enabled; otherwise returns FALSE. +Returns true if the item at position <em>index</em> is enabled; otherwise returns false. <h3 class=fn><a href="ntqwidget.html">TQWidget</a> * <a name="item"></a>TQToolBox::item ( int index ) const </h3> @@ -210,7 +210,7 @@ Sets the current item to be <em>item</em>. <h3 class=fn>void <a name="setItemEnabled"></a>TQToolBox::setItemEnabled ( int index, bool enabled ) </h3> -If <em>enabled</em> is TRUE then the item at position <em>index</em> is enabled; otherwise item +If <em>enabled</em> is true then the item at position <em>index</em> is enabled; otherwise item <em>index</em> is disabled. <h3 class=fn>void <a name="setItemIconSet"></a>TQToolBox::setItemIconSet ( int index, const <a href="ntqiconset.html">TQIconSet</a> & iconSet ) |
