Searched refs:List (Results 1 – 16 of 16) sorted by relevance
/lvgl-latest/docs/details/widgets/ |
D | dropdown.rst | 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 [all …]
|
D | list.rst | 4 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.
|
D | calendar.rst | 91 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.
|
D | roller.rst | 48 List items are passed to the Roller as a string with
|
/lvgl-latest/examples/widgets/list/ |
D | index.rst | 2 Simple List 9 Sorting a List using up and down buttons
|
/lvgl-latest/scripts/ |
D | update_version.py | 6 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]):
|
D | LVGLImage.py | 8 from typing import List 212 def unpack_colors(data: bytes, cf: ColorFormat, w) -> List: 1256 files: List, argument
|
/lvgl-latest/docs/details/other-components/ |
D | file_explorer.rst | 77 - ``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…
|
D | gridnav.rst | 21 :ref:`List Widget <lv_list>`.
|
/lvgl-latest/docs/details/integration/os/ |
D | nuttx.rst | 154 List <http://nuttx.incubator.apache.org/community/>`__
|
D | zephyr.rst | 192 List <https://lists.zephyrproject.org/g/main>`__
|
/lvgl-latest/docs/details/integration/bindings/ |
D | micropython.rst | 63 …such as Inheritance, Closures, List Comprehension, Generators, Exception Handling, Arbitrary Preci…
|
/lvgl-latest/docs/ |
D | CODING_STYLE.rst | 89 * on subsequent lines. List of accepted values:
|
/lvgl-latest/docs/details/main-components/ |
D | indev.rst | 343 - :cpp:enumerator:`LV_KEY_ESC`: Close or exit (e.g. close a :ref:`Drop-Down List <lv_dropdown>`)
|
/lvgl-latest/docs/details/base-widget/ |
D | obj.rst | 15 :ref:`Image <lv_image>`, :ref:`List <lv_list>`,
|
/lvgl-latest/ |
D | Kconfig | 1113 bool "List"
|