Lines Matching refs:item
11 Roller allows the end user to select an item from a list by scrolling it.
12 The item in the middle is the selected item and normally stands out from
29 - When the Roller is scrolled and doesn't stop exactly on an item, it will
30 automatically scroll to the nearest valid item in ``anim_time``
34 - :cpp:enumerator:`LV_PART_SELECTED` The selected item (displayed in the middle of
36 properties to change the appearance of the text of the selected item.
57 where *id* is the zero-based index of the list item to be selected.
59 If you don't know the index of an option can also select an item with
66 To get the *index* of the currently selected item use :cpp:expr:`lv_roller_get_selected(roller)`.
68 …roller_get_selected_str(roller, buf, buf_size)` will copy the name of the selected item to ``buf``.
86 - :cpp:enumerator:`LV_EVENT_VALUE_CHANGED` Sent when a new list item is selected.