diff options
Diffstat (limited to 'doc/man/man3/tqcombobox.3qt')
-rw-r--r-- | doc/man/man3/tqcombobox.3qt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqcombobox.3qt b/doc/man/man3/tqcombobox.3qt index 14bafe163..239eda049 100644 --- a/doc/man/man3/tqcombobox.3qt +++ b/doc/man/man3/tqcombobox.3qt @@ -118,10 +118,10 @@ Inherits TQWidget. .BI "const QValidator * \fBvalidator\fR () const" .br .ti -1c -.BI "virtual void \fBsetListBox\fR ( QListBox * newListBox )" +.BI "virtual void \fBsetListBox\fR ( TQListBox * newListBox )" .br .ti -1c -.BI "QListBox * \fBlistBox\fR () const" +.BI "TQListBox * \fBlistBox\fR () const" .br .ti -1c .BI "virtual void \fBsetLineEdit\fR ( TQLineEdit * edit )" @@ -283,9 +283,9 @@ A combobox can be populated using the insert functions, insertStringList() and i .PP (Windows style) .PP -Depending on the style, TQComboBox will use a QListBox or a TQPopupMenu to display the list of items. See setListBox() for more information. +Depending on the style, TQComboBox will use a TQListBox or a TQPopupMenu to display the list of items. See setListBox() for more information. .PP -See also TQLineEdit, QListBox, TQSpinBox, TQRadioButton, QButtonGroup, GUI Design Handbook: Combo Box, GUI Design Handbook: Drop-Down List Box, and Basic Widgets. +See also TQLineEdit, TQListBox, TQSpinBox, TQRadioButton, TQButtonGroup, GUI Design Handbook: Combo Box, GUI Design Handbook: Drop-Down List Box, and Basic Widgets. .SS "Member Type Documentation" .SH "TQComboBox::Policy" This enum specifies what the TQComboBox should do when a new string is entered by the user. @@ -432,8 +432,8 @@ Returns the position of the items inserted by the user. See the "insertionPolicy Returns the line edit, or 0 if there is no line edit. .PP Only editable listboxes have a line editor. -.SH "QListBox * TQComboBox::listBox () const" -Returns the current list box, or 0 if there is no list box. (TQComboBox can use TQPopupMenu instead of QListBox.) Provided to match setListBox(). +.SH "TQListBox * TQComboBox::listBox () const" +Returns the current list box, or 0 if there is no list box. (TQComboBox can use TQPopupMenu instead of TQListBox.) Provided to match setListBox(). .PP See also setListBox(). .PP @@ -474,7 +474,7 @@ Reimplemented from TQWidget. Sets the position of the items inserted by the user to \fIpolicy\fR. See the "insertionPolicy" property for details. .SH "void TQComboBox::setLineEdit ( TQLineEdit * edit )\fC [virtual]\fR" Sets the line edit to use \fIedit\fR instead of the current line edit. -.SH "void TQComboBox::setListBox ( QListBox * newListBox )\fC [virtual]\fR" +.SH "void TQComboBox::setListBox ( TQListBox * newListBox )\fC [virtual]\fR" Sets the combobox to use \fInewListBox\fR instead of the current list box or popup. As a side effect, it clears the combobox of its current contents. .PP \fBWarning:\fR TQComboBox assumes that newListBox->text(n) returns non-null for 0 <= n < newListbox->count(). This assumption is necessary because of the line edit in TQComboBox. |