DropDown

constructor(model: <Error class: unknown class>? = null, expression: Expression? = null)

Creates a new GtkDropDown.

You may want to call method@Gtk.DropDown.set_factory to set up a way to map its items to widgets.

Return

a new GtkDropDown

Parameters

model

the model to use

expression

the expression to use


constructor(strings: List<String>)

Creates a new GtkDropDown that is populated with the strings.

Return

a new GtkDropDown

Parameters

strings

The strings to put in the dropdown


constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)