diff options
Diffstat (limited to 'doc/man/man3/tqlistboxitem.3qt')
-rw-r--r-- | doc/man/man3/tqlistboxitem.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqlistboxitem.3qt b/doc/man/man3/tqlistboxitem.3qt index 9a3b36ffc..310a83555 100644 --- a/doc/man/man3/tqlistboxitem.3qt +++ b/doc/man/man3/tqlistboxitem.3qt @@ -103,15 +103,15 @@ See also paint() and width(). .PP Reimplemented in TQListBoxText and TQListBoxPixmap. .SH "bool TQListBoxItem::isCurrent () const" -Returns TRUE if the item is the current item; otherwise returns FALSE. +Returns true if the item is the current item; otherwise returns false. .PP See also TQListBox::currentItem, TQListBox::item(), and isSelected(). .SH "bool TQListBoxItem::isSelectable () const" -Returns TRUE if this item is selectable (the default); otherwise returns FALSE. +Returns true if this item is selectable (the default); otherwise returns false. .PP See also setSelectable(). .SH "bool TQListBoxItem::isSelected () const" -Returns TRUE if the item is selected; otherwise returns FALSE. +Returns true if the item is selected; otherwise returns false. .PP See also TQListBox::isSelected() and isCurrent(). .PP @@ -151,11 +151,11 @@ Make your derived classes return their own values for rtti(), and you can distin .SH "void TQListBoxItem::setCustomHighlighting ( bool b )\fC [protected]\fR" Defines whether the list box item is responsible for drawing itself in a highlighted state when being selected. .PP -If \fIb\fR is FALSE (the default), the list box will draw some default highlight indicator before calling paint(). +If \fIb\fR is false (the default), the list box will draw some default highlight indicator before calling paint(). .PP See also selected() and paint(). .SH "void TQListBoxItem::setSelectable ( bool b )" -If \fIb\fR is TRUE (the default) then this item can be selected by the user; otherwise this item cannot be selected by the user. +If \fIb\fR is true (the default) then this item can be selected by the user; otherwise this item cannot be selected by the user. .PP See also isSelectable(). .SH "void TQListBoxItem::setText ( const TQString & text )\fC [virtual protected]\fR" |