Lines Matching refs:obj
39 lv_obj_t obj; member
54 lv_obj_t obj; member
83 void lv_dropdown_set_text(lv_obj_t * obj, const char * txt);
91 void lv_dropdown_set_options(lv_obj_t * obj, const char * options);
99 void lv_dropdown_set_options_static(lv_obj_t * obj, const char * options);
107 void lv_dropdown_add_option(lv_obj_t * obj, const char * option, uint32_t pos);
113 void lv_dropdown_clear_options(lv_obj_t * obj);
120 void lv_dropdown_set_selected(lv_obj_t * obj, uint16_t sel_opt);
127 void lv_dropdown_set_dir(lv_obj_t * obj, lv_dir_t dir);
136 void lv_dropdown_set_symbol(lv_obj_t * obj, const void * symbol);
143 void lv_dropdown_set_selected_highlight(lv_obj_t * obj, bool en);
154 lv_obj_t * lv_dropdown_get_list(lv_obj_t * obj);
161 const char * lv_dropdown_get_text(lv_obj_t * obj);
168 const char * lv_dropdown_get_options(const lv_obj_t * obj);
175 uint16_t lv_dropdown_get_selected(const lv_obj_t * obj);
182 uint16_t lv_dropdown_get_option_cnt(const lv_obj_t * obj);
190 void lv_dropdown_get_selected_str(const lv_obj_t * obj, char * buf, uint32_t buf_size);
198 int32_t lv_dropdown_get_option_index(lv_obj_t * obj, const char * option);
205 const char * lv_dropdown_get_symbol(lv_obj_t * obj);
212 bool lv_dropdown_get_selected_highlight(lv_obj_t * obj);
219 lv_dir_t lv_dropdown_get_dir(const lv_obj_t * obj);
235 void lv_dropdown_close(lv_obj_t * obj);
242 bool lv_dropdown_is_open(lv_obj_t * obj);