Inheritance diagram for Combo:
Public Member Functions | |
this () | |
Creates a new empty combo box. | |
void | addItem (Widget item) |
Adds a widget item to this combo. | |
void | addItem (Widget item, char[] itemString) |
Adds a widget item to this combo and sets the item string. | |
List | getList () |
Gets this combo list. | |
void | setList (List list) |
Sets this combo list. | |
Entry | getEntry () |
Gets this combo entry. | |
char[] | getSelectedText () |
Gets the selected text of the combo box. | |
void | setText (char[] str) |
Sets the seletect text of the combo box. | |
void | setStrings (char[][] strings) |
Sets the list of the combo box. | |
void | appendString (char[] str) |
void | setStrings (ListG list) |
Sets the list of the combo box. | |
void | setItemString (Widget item, char[] str) |
Sets the idem string to display on the entry widget of the combo box. | |
void | useArrows (bit use) |
Set the use arrows flags. | |
void | useArrowsAlways (bit use) |
Sets the user arrows always flags. | |
void | caseSensitive (bit sensitive) |
Sets if the combo box is case sensitive. | |
void | disableActivate () |
Do not show the drop down list whe the enter key is pressed. |
|
Adds a widget item to this combo and sets the item string.
|
|
Adds a widget item to this combo.
|
|
|
|
Sets if the combo box is case sensitive.
|
|
Do not show the drop down list whe the enter key is pressed.
|
|
Gets this combo entry.
|
|
Gets this combo list.
|
|
Gets the selected text of the combo box.
|
|
Sets the idem string to display on the entry widget of the combo box.
|
|
Sets this combo list.
|
|
Sets the list of the combo box.
|
|
Sets the list of the combo box.
|
|
Sets the seletect text of the combo box.
|
|
Creates a new empty combo box.
|
|
Set the use arrows flags.
|
|
Sets the user arrows always flags.
|