From 4161606c301841f973f0319f46e6853c4a3fe906 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 3 Oct 2024 20:48:26 +0900 Subject: Remove documentation for Motif extension classes. Those classes are not included in tqt3 source code Signed-off-by: Michele Calgaro --- doc/html/tqcombobox.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/tqcombobox.html') 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.

TQComboBox supports three different display styles: Aqua/Motif 1.x, -Motif 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.

TQComboBox provides two different constructors. The simplest @@ -222,7 +222,7 @@ implementation-dependent.

TQComboBox::TQComboBox ( TQWidget * parent = 0, const char * name = 0 )

Constructs a combobox widget with parent parent called name. -

This constructor creates a popup list if the program uses Motif +

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.

Note: If you use this constructor to create your TQComboBox, then @@ -231,7 +231,7 @@ use the other constructor.

TQComboBox::TQComboBox ( bool rw, TQWidget * parent = 0, const char * name = 0 )

-Constructs a combobox with a maximum size and either Motif 2.0 or +Constructs a combobox with a maximum size and either Motif 2.0 or Windows look and feel.

The input field can be edited if rw is TRUE, otherwise the user may only choose one of the items in the combobox. @@ -565,7 +565,7 @@ setting.

bool editable

This property holds whether the combobox is editable.

This property's default is FALSE. Note that the combobox will be -cleared if this property is set to TRUE for a 1.x Motif style +cleared if this property is set to TRUE for a 1.x Motif style combobox. To avoid this, use setEditable() 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.

Set this property's value with setMaxCount() and get this property's value with maxCount().

int sizeLimit

This property holds the maximum on-screen size of the combobox. -

This property is ignored for both Motif 1.x style and non-editable +

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. -- cgit v1.2.1