diff options
Diffstat (limited to 'doc/html/ntqlistbox.html')
-rw-r--r-- | doc/html/ntqlistbox.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqlistbox.html b/doc/html/ntqlistbox.html index 8b9bb4ef0..145364354 100644 --- a/doc/html/ntqlistbox.html +++ b/doc/html/ntqlistbox.html @@ -247,7 +247,7 @@ is called. The <a href="#selected">selected</a>() signal is emitted when the use double-clicks on an item or presses Enter on the current item. <p> If the user does not select anything, no signals are emitted and <a href="#currentItem">currentItem</a>() returns -1. -<p> A list box has <a href="ntqwidget.html#FocusPolicy-enum">WheelFocus</a> as a default <a href="ntqwidget.html#focusPolicy">focusPolicy</a>(), i.e. it +<p> A list box has <a href="tqwidget.html#FocusPolicy-enum">WheelFocus</a> as a default <a href="tqwidget.html#focusPolicy">focusPolicy</a>(), i.e. it can get keyboard focus by tabbing, clicking and through the use of the mouse wheel. <p> New items can be inserted using <a href="#insertItem">insertItem</a>(), <a href="#insertStrList">insertStrList</a>() or @@ -311,14 +311,14 @@ select either just one or a range of contiguous items, and <a href="#SelectionMo touch. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQListBox"></a>TQListBox::TQListBox ( <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) +<h3 class=fn><a name="TQListBox"></a>TQListBox::TQListBox ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) </h3> Constructs a new empty list box called <em>name</em> and with parent <em>parent</em>. <p> Performance is boosted by modifying the widget flags <em>f</em> so that only part of the <a href="qlistboxitem.html">TQListBoxItem</a> children is redrawn. This may be unsuitable for custom TQListBoxItem classes, in which case <a href="ntqt.html#WidgetFlags-enum">WStaticContents</a> and <a href="ntqt.html#WidgetFlags-enum">WNoAutoErase</a> should be cleared immediately after construction. -<p> <p>See also <a href="ntqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. +<p> <p>See also <a href="tqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>. <h3 class=fn><a name="~TQListBox"></a>TQListBox::~TQListBox () </h3> @@ -767,7 +767,7 @@ See the <a href="ntqlistbox.html#numRows-prop">"numRows"</a> property for detail </h3> <p> This signal is emitted when the user moves the mouse cursor onto -an item, similar to the <a href="ntqwidget.html#enterEvent">TQWidget::enterEvent</a>() function. <em>i</em> is +an item, similar to the <a href="tqwidget.html#enterEvent">TQWidget::enterEvent</a>() function. <em>i</em> is the <a href="qlistboxitem.html">TQListBoxItem</a> that the mouse has moved on. <h3 class=fn>void <a name="onViewport"></a>TQListBox::onViewport ()<tt> [signal]</tt> |