select(idx:)

    Selects an item by index and makes it the current item. This will work even if the item is disabled.

    OptionButton.swift:704
    final func select(idx: Int32)

    Passing -1 as the index deselects any currently selected item.

    Other members in extension

    Types

    Type members

    Instance members