Method

GtkDropDownset_model

Declaration [src]

void
gtk_drop_down_set_model (
  GtkDropDown* self,
  GListModel* model
)

Description [src]

Sets the GListModel to use.

Sets propertyGtk.DropDown:model

Parameters

model

Type: GObject

The model to use.

The argument can be NULL.
The data is owned by the caller of the method.