Expose selectable property of ItemList's Item

This commit is contained in:
jmb462
2022-01-07 23:26:27 +01:00
parent c09c4e0154
commit cf5cad7126
2 changed files with 11 additions and 1 deletions

View File

@ -62,7 +62,7 @@ private:
String language;
TextDirection text_direction = TEXT_DIRECTION_AUTO;
bool selectable = false;
bool selectable = true;
bool selected = false;
bool disabled = false;
bool tooltip_enabled = true;