DropDown.this

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.

  1. this(GtkDropDown* gtkDropDown, bool ownedRef)
  2. this(ListModelIF model, Expression expression)
  3. this(string[] strings)

Parameters

model ListModelIF

the model to use or %NULL for none

expression Expression

the expression to use or %NULL for none

Return Value

a new GtkDropDown

Throws

ConstructionException GTK+ fails to create the object.

Meta