DropDown.selected

uint selected() @property

Get selected property.

Returns

The position of the selected item.

If no item is selected, the property has the value [gtk.types.INVALID_LIST_POSITION].

void selected(uint propval) @property

Set selected property.

Parameters

propvalThe position of the selected item. If no item is selected, the property has the value [gtk.types.INVALID_LIST_POSITION].