Home
last modified time | relevance | path

Searched refs:List (Results 1 – 16 of 16) sorted by relevance

/lvgl-latest/docs/details/widgets/
Ddropdown.rst4 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
[all …]
Dlist.rst4 List (lv_list)
11 The List Widget is basically a rectangle with vertical layout to which Buttons
22 - :cpp:enumerator:`LV_PART_MAIN` The main part of the List that uses the
60 No special events are sent by List Widgets, but events can be sent by Buttons as usual.
75 No *Keys* are processed by List Widgets.
Dcalendar.rst91 Drop-Down List Widget via :cpp:func:`lv_dropdown_set_options` so the passed string
165 contains 2 Drop-Drown List Widgets for the year and month.
Droller.rst48 List items are passed to the Roller as a string with
/lvgl-latest/examples/widgets/list/
Dindex.rst2 Simple List
9 Sorting a List using up and down buttons
/lvgl-latest/scripts/
Dupdate_version.py6 from typing import List, Union
47 def __init__(self, relative_path_segments: List[str], expected_occurrences: int):
76 def __init__(self, relative_path_segments: List[str], prefix: str, expected_occurrences=1):
88 def __init__(self, relative_path_segments: List[str]):
128 def __init__(self, relative_path_segments: List[str]):
DLVGLImage.py8 from typing import List
212 def unpack_colors(data: bytes, cf: ColorFormat, w) -> List:
1256 files: List, argument
/lvgl-latest/docs/details/other-components/
Dfile_explorer.rst77 - ``Device List``: grows to accommodate children
81 - ``Places List``: grows to accommodate children
123 - :cpp:expr:`lv_file_explorer_get_places_list(explorer)` (pointer to ``Places List`` :ref:`lv_li…
124 - :cpp:expr:`lv_file_explorer_get_device_list(explorer)` (pointer to ``Device List`` :ref:`lv_li…
Dgridnav.rst21 :ref:`List Widget <lv_list>`.
/lvgl-latest/docs/details/integration/os/
Dnuttx.rst154 List <http://nuttx.incubator.apache.org/community/>`__
Dzephyr.rst192 List <https://lists.zephyrproject.org/g/main>`__
/lvgl-latest/docs/details/integration/bindings/
Dmicropython.rst63 …such as Inheritance, Closures, List Comprehension, Generators, Exception Handling, Arbitrary Preci…
/lvgl-latest/docs/
DCODING_STYLE.rst89 * on subsequent lines. List of accepted values:
/lvgl-latest/docs/details/main-components/
Dindev.rst343 - :cpp:enumerator:`LV_KEY_ESC`: Close or exit (e.g. close a :ref:`Drop-Down List <lv_dropdown>`)
/lvgl-latest/docs/details/base-widget/
Dobj.rst15 :ref:`Image <lv_image>`, :ref:`List <lv_list>`,
/lvgl-latest/
DKconfig1113 bool "List"