DropDown.selected

Set selected property.

  1. uint selected [@property getter]
  2. uint selected [@property setter]
    class DropDown
    @property
    void
    selected
    (
    uint propval
    )

Parameters

propval uint

The position of the selected item.

If no item is selected, the property has the value GTK_INVALID_LIST_POSITION.