Module dui.ComboBoxText
| Constructor Summary | |
|---|---|
| public |
(GtkWidget *gtkWidget) Create a ComboBox from a Gtk combo box |
|
() |
|
| Methods Summary | |
|---|---|
| void |
appendText(char text) |
| void |
appendText(String text) |
| void |
insertText(int position, char text) |
| void |
insertText(int position, String text) |
| void |
prependText(char text) |
| void |
prependText(String text) |
| void |
prependOrReplaceText(char text) |
| void |
prependOrReplaceText(String text) |
| void |
removeText(int position) |
| void |
removeText(char text) |
| void |
removeText(String text) |
| String |
getText() |
| int |
getIndex(char text) |
| int |
getIndex(String text) |
| void |
setActive(int index) \todo remove this when the compiler don't get confused with out it |
| bit |
setActive(char text) |
| bit |
setActive(String text) |
| void |
clear() |