FastLED 3.9.15
Loading...
Searching...
No Matches

◆ setSelectedIndex()

void fl::UIDropdown::setSelectedIndex ( int index)
inline

Definition at line 130 of file dropdown.h.

130 {
131 mImpl.setSelectedIndex(index);
132 }
UIDropdownImpl mImpl
Definition dropdown.h:169

References FL_NOEXCEPT, and mImpl.

Referenced by nextOption(), and operator=().

+ Here is the caller graph for this function: