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/tqchecktableitem.html | |
| parent | cf2c8613706a3685266058db00c0e9f632c5bd24 (diff) | |
| download | tqt-master.tar.gz tqt-master.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqchecktableitem.html')
| -rw-r--r-- | doc/html/tqchecktableitem.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqchecktableitem.html b/doc/html/tqchecktableitem.html index da2ccad4a..dde441c4a 100644 --- a/doc/html/tqchecktableitem.html +++ b/doc/html/tqchecktableitem.html @@ -78,8 +78,8 @@ its label is set to the string <em>txt</em>. <h3 class=fn>bool <a name="isChecked"></a>TQCheckTableItem::isChecked () const </h3> -Returns TRUE if the checkbox table item is checked; otherwise -returns FALSE. +Returns true if the checkbox table item is checked; otherwise +returns false. <p> <p>See also <a href="#setChecked">setChecked</a>(). <h3 class=fn>int <a name="rtti"></a>TQCheckTableItem::rtti () const<tt> [virtual]</tt> @@ -95,7 +95,7 @@ allow for extensions to this class. <p>Reimplemented from <a href="tqtableitem.html#rtti">TQTableItem</a>. <h3 class=fn>void <a name="setChecked"></a>TQCheckTableItem::setChecked ( bool b )<tt> [virtual]</tt> </h3> -If <em>b</em> is TRUE the checkbox is checked; if <em>b</em> is FALSE the +If <em>b</em> is true the checkbox is checked; if <em>b</em> is false the checkbox is unchecked. <p> <p>See also <a href="#isChecked">isChecked</a>(). |
