Lines Matching refs:expr
54 :cpp:expr:`lv_dropdown_get_list(dropdown)` to get the list object. Example:
76 as the ``options`` argument to :cpp:expr:`lv_dropdown_set_options(dropdown, options)`.
81 The :cpp:expr:`lv_dropdown_add_option(dropdown, "New option", pos)` function
85 with :cpp:expr:`lv_dropdown_set_options_static(dropdown, options)`. In this case
90 :cpp:expr:`lv_dropdown_set_selected(dropdown, id, LV_ANIM_ON/LV_ANIM_OFF)`, where ``id`` is the ind…
97 :cpp:expr:`lv_dropdown_get_selected(dropdown)`.
99 :cpp:expr:`lv_dropdown_get_selected_str(dropdown, buf, buf_size)` copies the
106 be modified using :cpp:expr:`lv_dropdown_set_dir(dropdown, LV_DIR_LEFT)`.
115 :cpp:expr:`lv_dropdown_set_symbol(dropdown, LV_SYMBOL_...)`
124 static is set with :cpp:expr:`lv_dropdown_set_text(dropdown, "Some text")` it
132 :cpp:expr:`lv_dropdown_open(dropdown)` or :cpp:expr:`lv_dropdown_close(dropdown)`.