diff options
Diffstat (limited to 'doc/man/man3/tqcombotableitem.3qt')
| -rw-r--r-- | doc/man/man3/tqcombotableitem.3qt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqcombotableitem.3qt b/doc/man/man3/tqcombotableitem.3qt index b372bc095..a71edec0c 100644 --- a/doc/man/man3/tqcombotableitem.3qt +++ b/doc/man/man3/tqcombotableitem.3qt @@ -16,7 +16,7 @@ Inherits TQTableItem. .SS "Public Members" .in +1c .ti -1c -.BI "\fBTQComboTableItem\fR ( TQTable * table, const TQStringList & list, bool editable = FALSE )" +.BI "\fBTQComboTableItem\fR ( TQTable * table, const TQStringList & list, bool editable = false )" .br .ti -1c .BI "\fB~TQComboTableItem\fR ()" @@ -61,7 +61,7 @@ TQComboTableItem items have the edit type WhenCurrent (see EditType). The TQComb .PP The list of items may be changed using setStringList(). The current item can be set with setCurrentItem() and retrieved with currentItem(). The text of the current item can be obtained with currentText(), and the text of a particular item can be retrieved with text(). .PP -If isEditable() is TRUE the TQComboTableItem will permit the user to either choose an existing list item, or create a new list item by entering their own text; otherwise the user may only choose one of the existing list items. +If isEditable() is true the TQComboTableItem will permit the user to either choose an existing list item, or create a new list item by entering their own text; otherwise the user may only choose one of the existing list items. .PP To populate a table cell with a TQComboTableItem use TQTable::setItem(). .PP @@ -77,10 +77,10 @@ TQComboTableItems can be distinguished from TQTableItems and TQCheckTableItems u .PP See also TQCheckTableItem, TQTableItem, TQComboBox, and Advanced Widgets. .SH MEMBER FUNCTION DOCUMENTATION -.SH "TQComboTableItem::TQComboTableItem ( TQTable * table, const TQStringList & list, bool editable = FALSE )" -Creates a combo table item for the table \fItable\fR. The combobox's list of items is passed in the \fIlist\fR argument. If \fIeditable\fR is TRUE the user may type in new list items; if \fIeditable\fR is FALSE the user may only select from the list of items provided. +.SH "TQComboTableItem::TQComboTableItem ( TQTable * table, const TQStringList & list, bool editable = false )" +Creates a combo table item for the table \fItable\fR. The combobox's list of items is passed in the \fIlist\fR argument. If \fIeditable\fR is true the user may type in new list items; if \fIeditable\fR is false the user may only select from the list of items provided. .PP -By default TQComboTableItems cannot be replaced by other table items since isReplaceable() returns FALSE by default. +By default TQComboTableItems cannot be replaced by other table items since isReplaceable() returns false by default. .PP See also TQTable::clearCell() and EditType. .SH "TQComboTableItem::~TQComboTableItem ()" @@ -96,7 +96,7 @@ Returns the text of the combo table item's current list item. .PP See also currentItem() and text(). .SH "bool TQComboTableItem::isEditable () const" -Returns TRUE if the user can add their own list items to the combobox's list of items; otherwise returns FALSE. +Returns true if the user can add their own list items to the combobox's list of items; otherwise returns false. .PP See also setEditable(). .SH "int TQComboTableItem::rtti () const\fC [virtual]\fR" @@ -120,7 +120,7 @@ Sets the list item whose text is \fIs\fR to be the combo table item's current li .PP See also currentItem(). .SH "void TQComboTableItem::setEditable ( bool b )\fC [virtual]\fR" -If \fIb\fR is TRUE the combo table item can be edited, i.e. the user may enter a new text item themselves. If \fIb\fR is FALSE the user may may only choose one of the existing items. +If \fIb\fR is true the combo table item can be edited, i.e. the user may enter a new text item themselves. If \fIb\fR is false the user may may only choose one of the existing items. .PP See also isEditable(). .SH "void TQComboTableItem::setStringList ( const TQStringList & l )\fC [virtual]\fR" |
