Lines Matching refs:is
12 The Drop-Down List is closed by default and displays a single value or
14 is created from which the user may select one item. When the user
15 selects a new value, the list is deleted again.
17 The Drop-down list is added to the default group (if one is set).
18 The Drop-down list is an editable Widget allowing list-item selection via
27 The Drop-Down List Widget is built from the elements: "button" and "list"
53 The list is shown/hidden on open/close. To add styles to it use
78 This string is copied by the Drop-Down List, so its contents do not need to remain
90 :cpp:expr:`lv_dropdown_set_selected(dropdown, id, LV_ANIM_ON/LV_ANIM_OFF)`, where ``id`` is the ind…
117 If the direction of the Drop-Down List is :cpp:enumerator:`LV_DIR_LEFT` the symbol
124 static is set with :cpp:expr:`lv_dropdown_set_text(dropdown, "Some text")` it
125 will be shown regardless of the selected item. If the text is ``NULL``
126 the selected option is displayed on the button.
141 - :cpp:enumerator:`LV_EVENT_VALUE_CHANGED` Sent when a new option is selected or the list is opened…
142 - :cpp:enumerator:`LV_EVENT_CANCEL` Sent when list is closed.
143 - :cpp:enumerator:`LV_EVENT_READY` Sent when list is opened.