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 2d5a39147..f44a2ffd9 100644 --- a/doc/html/tqcombobox.html +++ b/doc/html/tqcombobox.html @@ -126,7 +126,7 @@ which case the user can enter arbitrary strings. out of a list of options in a way that takes up the minimum amount of screen space. <p> TQComboBox supports three different display styles: Aqua/Motif 1.x, -<a href="motif-extension.html#Motif">Motif</a> 2.0 and Windows. In Motif 1.x, a combobox was called +Motif 2.0 and Windows. In Motif 1.x, a combobox was called XmOptionMenu. In Motif 2.0, OSF introduced an improved combobox and named that XmComboBox. TQComboBox provides both. <p> TQComboBox provides two different constructors. The simplest @@ -222,7 +222,7 @@ implementation-dependent. <h3 class=fn><a name="TQComboBox"></a>TQComboBox::TQComboBox ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * 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> +<p> This constructor creates a popup list if the program uses Motif (or Aqua) look and feel; this is compatible with Motif 1.x and Aqua. <p> Note: If you use this constructor to create your TQComboBox, then @@ -231,7 +231,7 @@ use the other constructor. <p> <h3 class=fn><a name="TQComboBox-2"></a>TQComboBox::TQComboBox ( bool rw, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> -Constructs a combobox with a maximum size and either <a href="motif-extension.html#Motif">Motif</a> 2.0 or +Constructs a combobox with a maximum size and either Motif 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. @@ -565,7 +565,7 @@ setting. <h3 class=fn>bool <a name="editable-prop"></a>editable</h3> <p>This property holds whether the combobox is editable. <p>This property's default is FALSE. Note that the combobox will be -cleared if this property is set to TRUE for a 1.x <a href="motif-extension.html#Motif">Motif</a> style +cleared if this property is set to TRUE for a 1.x Motif style combobox. To avoid this, use <a href="#setEditable">setEditable</a>() before inserting any items. Also note that the 1.x version of Motif didn't have any editable comboboxes, so the combobox will change it's appearance @@ -583,7 +583,7 @@ to a 2.0 style Motif combobox is it is set to be editable. <p>Set this property's value with <a href="#setMaxCount">setMaxCount</a>() and get this property's value with <a href="#maxCount">maxCount</a>(). <h3 class=fn>int <a name="sizeLimit-prop"></a>sizeLimit</h3> <p>This property holds the maximum on-screen size of the combobox. -<p>This property is ignored for both <a href="motif-extension.html#Motif">Motif</a> 1.x style and non-editable +<p>This property is ignored for both Motif 1.x style and non-editable comboboxes in Mac style. The default limit is ten lines. If the number of items in the combobox is or grows larger than lines, a scrollbar is added. |