diff options
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r-- | doc/html/propertydocs | 8 |
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"> <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="tqcombobox.html#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 @@ -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"> <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. @@ -2435,7 +2435,7 @@ undefined. <doc href="tqlistview.html#rootIsDecorated-prop"> <p>This property holds whether the list view shows open/close signs on root items. <p>Open/close signs are small <b>+</b> or <b>-</b> symbols in windows -style, or arrows in <a href="motif-extension.html#Motif">Motif</a> style. The default is FALSE. +style, or arrows in Motif style. The default is FALSE. <p>Set this property's value with <a href="tqlistview.html#setRootIsDecorated">setRootIsDecorated</a>() and get this property's value with <a href="tqlistview.html#rootIsDecorated">rootIsDecorated</a>(). </doc> @@ -2616,7 +2616,7 @@ property. The default icon is TQMessageBox::NoIcon. <doc href="tqmessagebox.html#iconPixmap-prop"> <p>This property holds the current icon. <p>The icon currently used by the message box. Note that it's often -hard to draw one pixmap that looks appropriate in both <a href="motif-extension.html#Motif">Motif</a> and +hard to draw one pixmap that looks appropriate in both Motif and Windows GUI styles; you may want to draw two pixmaps. <p> <p>See also <a href="tqmessagebox.html#icon-prop">icon</a>. |