summaryrefslogtreecommitdiffstats
path: root/doc/html/propertydocs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r--doc/html/propertydocs8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs
index a48622099..83d70b6d7 100644
--- a/doc/html/propertydocs
+++ b/doc/html/propertydocs
@@ -424,7 +424,7 @@ setting.
<doc href="tqcombobox.html#editable-prop">
&lt;p&gt;This property holds whether the combobox is editable.
&lt;p&gt;This property's default is FALSE. Note that the combobox will be
-cleared if this property is set to TRUE for a 1.x &lt;a href="motif-extension.html#Motif"&gt;Motif&lt;/a&gt; style
+cleared if this property is set to TRUE for a 1.x Motif style
combobox. To avoid this, use &lt;a href="tqcombobox.html#setEditable"&gt;setEditable&lt;/a&gt;() 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
@@ -454,7 +454,7 @@ to a 2.0 style Motif combobox is it is set to be editable.
<name>TQComboBox::sizeLimit</name>
<doc href="tqcombobox.html#sizeLimit-prop">
&lt;p&gt;This property holds the maximum on-screen size of the combobox.
-&lt;p&gt;This property is ignored for both &lt;a href="motif-extension.html#Motif"&gt;Motif&lt;/a&gt; 1.x style and non-editable
+&lt;p&gt;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.
@@ -2435,7 +2435,7 @@ undefined.
<doc href="tqlistview.html#rootIsDecorated-prop">
&lt;p&gt;This property holds whether the list view shows open/close signs on root items.
&lt;p&gt;Open/close signs are small &lt;b&gt;+&lt;/b&gt; or &lt;b&gt;-&lt;/b&gt; symbols in windows
-style, or arrows in &lt;a href="motif-extension.html#Motif"&gt;Motif&lt;/a&gt; style. The default is FALSE.
+style, or arrows in Motif style. The default is FALSE.
&lt;p&gt;Set this property's value with &lt;a href="tqlistview.html#setRootIsDecorated"&gt;setRootIsDecorated&lt;/a&gt;() and get this property's value with &lt;a href="tqlistview.html#rootIsDecorated"&gt;rootIsDecorated&lt;/a&gt;().
</doc>
@@ -2616,7 +2616,7 @@ property. The default icon is TQMessageBox::NoIcon.
<doc href="tqmessagebox.html#iconPixmap-prop">
&lt;p&gt;This property holds the current icon.
&lt;p&gt;The icon currently used by the message box. Note that it's often
-hard to draw one pixmap that looks appropriate in both &lt;a href="motif-extension.html#Motif"&gt;Motif&lt;/a&gt; and
+hard to draw one pixmap that looks appropriate in both Motif and
Windows GUI styles; you may want to draw two pixmaps.
&lt;p&gt; &lt;p&gt;See also &lt;a href="tqmessagebox.html#icon-prop"&gt;icon&lt;/a&gt;.