Module dui.Combo
Constructor Summary | |
---|---|
protected |
(GtkWidget *gtkWidget) |
public |
() Creates a new empty combo box |
(void delegate()) Creates a new combo box with a listener on the enter key |
Methods Summary | |
---|---|
public char |
toString() |
void |
dump() |
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 |
void |
addItem(Widget item, String itemString) |
List |
getList() Gets this combo list |
void |
setList(List list) Sets this combo list. |
Entry |
getEntry() Gets this combo entry |
String |
getSelectedText() Gets the selected text of the combo box |
void |
setText(char str) Sets the seletect text of the combo box |
void |
setText(String str) |
void |
setStrings(char strings) Sets the list of the combo box |
void |
setStrings(String strings) |
void |
appendString(String str) \todo pre/appendsString \bug crashes |
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 |
setItemString(Widget item, String str) |
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. |