Lines Matching refs:List
4 Drop-Down List (lv_dropdown)
10 The Drop-Down List allows the user to select a value from a list.
12 The Drop-Down List is closed by default and displays a single value or
13 predefined text. When activated (by click on the Drop-Down List), a list
27 The Drop-Down List Widget is built from the elements: "button" and "list"
28 (lightweight versions of the Button and List Widgets).
40 List subsection
72 List items argument
75 The list items are passed to the Drop-Down List as a newline-separated list in a string
78 This string is copied by the Drop-Down List, so its contents do not need to remain
87 List and :cpp:func:`lv_dropdown_add_option` cannot be used.
114 A symbol (typically an arrow) can be added to the Drop-Down List with
117 If the direction of the Drop-Down List is :cpp:enumerator:`LV_DIR_LEFT` the symbol
131 To programmatically open or close the Drop-Down List use
161 :cpp:enumerator:`LV_EVENT_VALUE_CHANGED` event and closes Drop-Down List).