summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqcombobox.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqcombobox.html')
-rw-r--r--doc/html/ntqcombobox.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/ntqcombobox.html b/doc/html/ntqcombobox.html
index a4f90277..a557adbb 100644
--- a/doc/html/ntqcombobox.html
+++ b/doc/html/ntqcombobox.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQComboBox widget is a combined button and popup list.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qcombobox-h.html">ntqcombobox.h</a>&gt;</tt>
-<p>Inherits <a href="ntqwidget.html">TQWidget</a>.
+<p>Inherits <a href="tqwidget.html">TQWidget</a>.
<p><a href="qcombobox-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -170,9 +170,9 @@ this using <a href="#setInsertionPolicy">setInsertionPolicy</a>().
using <a href="ntqvalidator.html">TQValidator</a>; see <a href="#setValidator">setValidator</a>(). By default, any input is
accepted.
<p> If the combobox is not editable then it has a default
-<a href="ntqwidget.html#focusPolicy">focusPolicy</a>() of <a href="ntqwidget.html#FocusPolicy-enum">TabFocus</a>, i.e. it will not grab focus if
+<a href="tqwidget.html#focusPolicy">focusPolicy</a>() of <a href="tqwidget.html#FocusPolicy-enum">TabFocus</a>, i.e. it will not grab focus if
clicked. This differs from both Windows and Motif. If the combobox
-is editable then it has a default focusPolicy() of <a href="ntqwidget.html#FocusPolicy-enum">StrongFocus</a>,
+is editable then it has a default focusPolicy() of <a href="tqwidget.html#FocusPolicy-enum">StrongFocus</a>,
i.e. it will grab focus if clicked.
<p> A combobox can be populated using the insert functions,
<a href="#insertStringList">insertStringList</a>() and <a href="#insertItem">insertItem</a>() for example. Items can be
@@ -219,7 +219,7 @@ deleted. The definition of "other end" is
implementation-dependent.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQComboBox"></a>TQComboBox::TQComboBox ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQComboBox"></a>TQComboBox::TQComboBox ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a combobox widget with parent <em>parent</em> called <em>name</em>.
<p> This constructor creates a popup list if the program uses <a href="motif-extension.html#Motif">Motif</a>
@@ -229,13 +229,13 @@ Aqua.
the <a href="#pixmap">pixmap</a>() function will always return 0. To workaround this,
use the other constructor.
<p>
-<h3 class=fn><a name="TQComboBox-2"></a>TQComboBox::TQComboBox ( bool&nbsp;rw, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQComboBox-2"></a>TQComboBox::TQComboBox ( bool&nbsp;rw, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a combobox with a maximum size and either <a href="motif-extension.html#Motif">Motif</a> 2.0 or
Windows look and feel.
<p> The input field can be edited if <em>rw</em> is TRUE, otherwise the user
may only choose one of the items in the combobox.
-<p> The <em>parent</em> and <em>name</em> arguments are passed on to the <a href="ntqwidget.html">TQWidget</a>
+<p> The <em>parent</em> and <em>name</em> arguments are passed on to the <a href="tqwidget.html">TQWidget</a>
constructor.
<h3 class=fn><a name="~TQComboBox"></a>TQComboBox::~TQComboBox ()
@@ -453,7 +453,7 @@ See the <a href="ntqcombobox.html#editable-prop">"editable"</a> property for det
Sets the font for both the combobox button and the combobox popup
list to <em>font</em>.
-<p>Reimplemented from <a href="ntqwidget.html#setFont">TQWidget</a>.
+<p>Reimplemented from <a href="tqwidget.html#setFont">TQWidget</a>.
<h3 class=fn>void <a name="setInsertionPolicy"></a>TQComboBox::setInsertionPolicy ( <a href="ntqcombobox.html#Policy-enum">Policy</a>&nbsp;policy )<tt> [virtual]</tt>
</h3><p>Sets the position of the items inserted by the user to <em>policy</em>.
See the <a href="ntqcombobox.html#insertionPolicy-prop">"insertionPolicy"</a> property for details.
@@ -478,7 +478,7 @@ See the <a href="ntqcombobox.html#maxCount-prop">"maxCount"</a> property for det
Sets the palette for both the combobox button and the combobox
popup list to <em>palette</em>.
-<p>Reimplemented from <a href="ntqwidget.html#setPalette">TQWidget</a>.
+<p>Reimplemented from <a href="tqwidget.html#setPalette">TQWidget</a>.
<h3 class=fn>void <a name="setSizeLimit"></a>TQComboBox::setSizeLimit ( int )<tt> [virtual]</tt>
</h3><p>Sets the maximum on-screen size of the combobox.
See the <a href="ntqcombobox.html#sizeLimit-prop">"sizeLimit"</a> property for details.
@@ -521,7 +521,7 @@ non-editable comboboxes it has no effect. It is FALSE by default.
<p>Set this property's value with <a href="#setAutoCompletion">setAutoCompletion</a>() and get this property's value with <a href="#autoCompletion">autoCompletion</a>().
<h3 class=fn>bool <a name="autoMask-prop"></a>autoMask</h3>
<p>This property holds whether the combobox is automatically masked.
-<p><p><p>See also <a href="ntqwidget.html#autoMask-prop">TQWidget::autoMask</a>.
+<p><p><p>See also <a href="tqwidget.html#autoMask-prop">TQWidget::autoMask</a>.
<h3 class=fn>bool <a name="autoResize-prop"></a>autoResize</h3> <p>This property holds whether auto resize is enabled.
<p><b>This property is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.