diff options
Diffstat (limited to 'doc/html/tqcombobox.html')
-rw-r--r-- | doc/html/tqcombobox.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqcombobox.html b/doc/html/tqcombobox.html index b6ced9342..579a7f2fb 100644 --- a/doc/html/tqcombobox.html +++ b/doc/html/tqcombobox.html @@ -190,10 +190,10 @@ duplicates is set with <a href="#setDuplicatesEnabled">setDuplicatesEnabled</a>( <img src="tqcombo2-m.png">(Motif 2, editable)<br clear=all> <img src="tqcombo3-m.png">(Motif 2, read-only)<br clear=all> <img src="tqcombo1-w.png">(Windows style) -<p> Depending on the style, TQComboBox will use a <a href="ntqlistbox.html">TQListBox</a> or a +<p> Depending on the style, TQComboBox will use a <a href="tqlistbox.html">TQListBox</a> or a <a href="tqpopupmenu.html">TQPopupMenu</a> to display the list of items. See <a href="#setListBox">setListBox</a>() for more information. -<p> <p>See also <a href="tqlineedit.html">TQLineEdit</a>, <a href="ntqlistbox.html">TQListBox</a>, <a href="tqspinbox.html">TQSpinBox</a>, <a href="tqradiobutton.html">TQRadioButton</a>, <a href="ntqbuttongroup.html">TQButtonGroup</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Combo Box</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Drop-Down List Box</a>, and <a href="basic.html">Basic Widgets</a>. +<p> <p>See also <a href="tqlineedit.html">TQLineEdit</a>, <a href="tqlistbox.html">TQListBox</a>, <a href="tqspinbox.html">TQSpinBox</a>, <a href="tqradiobutton.html">TQRadioButton</a>, <a href="tqbuttongroup.html">TQButtonGroup</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Combo Box</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Drop-Down List Box</a>, and <a href="basic.html">Basic Widgets</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Policy-enum"></a>TQComboBox::Policy</h3> @@ -396,10 +396,10 @@ See the <a href="tqcombobox.html#insertionPolicy-prop">"insertionPolicy"</a> pro Returns the line edit, or 0 if there is no line edit. <p> Only editable listboxes have a line editor. -<h3 class=fn><a href="ntqlistbox.html">TQListBox</a> * <a name="listBox"></a>TQComboBox::listBox () const +<h3 class=fn><a href="tqlistbox.html">TQListBox</a> * <a name="listBox"></a>TQComboBox::listBox () const </h3> Returns the current list box, or 0 if there is no list box. -(TQComboBox can use <a href="tqpopupmenu.html">TQPopupMenu</a> instead of <a href="ntqlistbox.html">TQListBox</a>.) Provided to +(TQComboBox can use <a href="tqpopupmenu.html">TQPopupMenu</a> instead of <a href="tqlistbox.html">TQListBox</a>.) Provided to match <a href="#setListBox">setListBox</a>(). <p> <p>See also <a href="#setListBox">setListBox</a>(). @@ -461,7 +461,7 @@ See the <a href="tqcombobox.html#insertionPolicy-prop">"insertionPolicy"</a> pro </h3> Sets the line edit to use <em>edit</em> instead of the current line edit. -<h3 class=fn>void <a name="setListBox"></a>TQComboBox::setListBox ( <a href="ntqlistbox.html">TQListBox</a> * newListBox )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setListBox"></a>TQComboBox::setListBox ( <a href="tqlistbox.html">TQListBox</a> * newListBox )<tt> [virtual]</tt> </h3> Sets the combobox to use <em>newListBox</em> instead of the current list box or popup. As a side effect, it clears the combobox of its |