Module dui.ComboBoxTextEntry
Constructor Summary | |
---|---|
public |
(GtkWidget* gtkWidget) Create a ComboBox from a Gtk combo box |
() Creates a new ComboBoxTextEntry |
Methods Summary | |
---|---|
void |
setTextColumn(int textColumn) Sets the model column which entry box should use to get strings from to be textColumn. |
gint |
getTextColumn() Returns the column which entry_box is using to get the strings from. |
Entry |
getEntry() Gets the Entry widget associated with this combo box |
String |
getText() Gets the active text of this combo box |
void |
prependOrReplaceText(String text) Prepends a new entry and removes any repetition already existent on the list |