diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqtabwidget.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqtabwidget.html')
-rw-r--r-- | doc/html/tqtabwidget.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqtabwidget.html b/doc/html/tqtabwidget.html index 27889208c..42671b6e1 100644 --- a/doc/html/tqtabwidget.html +++ b/doc/html/tqtabwidget.html @@ -283,7 +283,7 @@ the new page, <em>tab</em> is the tab to put the <em>child</em> on and <em>index <h3 class=fn>bool <a name="isTabEnabled"></a>TQTabWidget::isTabEnabled ( <a href="tqwidget.html">TQWidget</a> * w ) const </h3> -Returns TRUE if the page <em>w</em> is enabled; otherwise returns FALSE. +Returns true if the page <em>w</em> is enabled; otherwise returns false. <p> <p>See also <a href="#setTabEnabled">setTabEnabled</a>() and <a href="tqwidget.html#enabled-prop">TQWidget::enabled</a>. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="label"></a>TQTabWidget::label ( int index ) const @@ -331,7 +331,7 @@ the behavior is undefined. <h3 class=fn>void <a name="setTabEnabled"></a>TQTabWidget::setTabEnabled ( <a href="tqwidget.html">TQWidget</a> * w, bool enable ) </h3> -If <em>enable</em> is TRUE, page <em>w</em> is enabled; otherwise page <em>w</em> is +If <em>enable</em> is true, page <em>w</em> is enabled; otherwise page <em>w</em> is disabled. The page's tab is redrawn appropriately. <p> TQTabWidget uses <a href="tqwidget.html#setEnabled">TQWidget::setEnabled</a>() internally, rather than keeping a separate flag. |