Lines Matching refs:be
35 - :cpp:enumerator:`LV_PART_INDICATOR` Typically an arrow symbol that can be an Image
44 style properties <typical bg props>`. ``max_height`` can be used to limit the
61 Alternatively the theme can be extended with new styles.
77 Each list item should be separated by ``\n``. Example: ``"First\nSecond\nThird"``.
84 To save memory the options can be set from a static (const) string as well
87 List and :cpp:func:`lv_dropdown_add_option` cannot be used.
105 The list can be created on any side. The default :cpp:enumerator:`LV_DIR_BOTTOM` can
106 be modified using :cpp:expr:`lv_dropdown_set_dir(dropdown, LV_DIR_LEFT)`.
108 If the list would be vertically out of the screen, it will be aligned to
114 A symbol (typically an arrow) can be added to the Drop-Down List with
118 will be shown on the left, otherwise on the right.
125 will be shown regardless of the selected item. If the text is ``NULL``