Module dui.ComboBox
| Constructor Summary | |
|---|---|
|
(GtkWidget *gtkWidget) Create a ComboBox from a Gtk combo box |
|
| public |
() |
|
(TreeModel treeModel) |
|
| Methods Summary | |
|---|---|
| protected alias |
EventHandler0!(ComboBox ) |
| public void |
addOnChanged(void delegate()) addOnChanged |
| protected GtkComboBox* |
getCBB() |
| public void |
setWrapWidth(int width) |
| void |
setRowSpanColumn(int rowSpan) |
| void |
setColumnSpanColumn(int columnSpan) |
| gint |
getActive() |
| void |
setActive(int index) |
| bit |
getActiveIter(TreeIter iter) |
| void |
setActiveIter(TreeIter iter) |
| TreeModel |
getModel() |
| void |
setModel(TreeModel treeModel) |
| void |
boxPopup(bit popup) |
| void |
boxPopup() |
| void |
boxPopdown() |