Function OptionButton.select
Selects an item by index and makes it the current item. This will work even if the item is disabled.
void select
(
const(long) idx
) nothrow @nogc;
Selects an item by index and makes it the current item. This will work even if the item is disabled.
void select
(
const(long) idx
) nothrow @nogc;