FabGL
ESP32 Display Controller and Graphics Library

◆ selectItem()

void selectItem ( int  index,
bool  add = false,
bool  range = false 
)
inherited

Selects a listbox item.

Parameters
indexIndex of item to select
addIf true this item is added to the selected items, otherwise all other items are deselected
rangeIf true selects a range of items

Definition at line 4098 of file fabui.cpp.