diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-16 17:42:59 +0900 |
| commit | 4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch) | |
| tree | 119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/tqtabwidget.html | |
| parent | cf2c8613706a3685266058db00c0e9f632c5bd24 (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. |
