Lines Matching full:can
19 - `LV_PART_INDICATOR` Typically an arrow symbol that can be an image or a text (`LV_SYMBOL`).
24 - `LV_PART_MAIN` The list itself. Uses the typical background properties. `max_height` can be used …
35 Alternatively the theme can be extended with the new styles.
42 …t\nSecond\nThird"`. This string will be saved in the drop-down list, so it can in a local variable.
46 To save memory the options can set from a static(constant) string too with `lv_dropdown_set_options…
47 …s string should be alive while the drop-down list exists and `lv_dropdown_add_option` can't be used
49 You can select an option manually with `lv_dropdown_set_selected(dropdown, id)`, where `id` is the …
57 The list can be created on any side. The default `LV_DIR_BOTTOM` can be modified by `lv_dropdown_se…
62 A symbol (typically an arrow) can be added to the dropdown list with `lv_dropdown_set_symbol(dropdo…
67 The main part can either show the selected option or a static text. If a static is set with `lv_dro…
71 To manually open or close the drop-down list the `lv_dropdown_open/close(dropdown)` function can be…