Method

GtkDropDownset_selected

Declaration [src]

void
gtk_drop_down_set_selected (
  GtkDropDown* self,
  guint position
)

Description [src]

Selects the item at the given position.

Sets propertyGtk.DropDown:selected

Parameters

position

Type: guint

The position of the item to select, or GTK_INVALID_LIST_POSITION.