Searched refs:lv_obj_remove_from_subject (Results 1 – 5 of 5) sorted by relevance
346 lv_obj_remove_from_subject(obj, &subject_string); in test_observer_label_text_normal()360 lv_obj_remove_from_subject(obj, &subject_pointer); in test_observer_label_text_normal()387 lv_obj_remove_from_subject(obj, &subject_int); in test_observer_label_text_formatted()402 lv_obj_remove_from_subject(obj, &subject_string); in test_observer_label_text_formatted()416 lv_obj_remove_from_subject(obj, &subject_pointer); in test_observer_label_text_formatted()
267 void lv_obj_remove_from_subject(lv_obj_t * obj, lv_subject_t * subject);
398 void lv_obj_remove_from_subject(lv_obj_t * obj, lv_subject_t * subject) in lv_obj_remove_from_subject() function
181 lv_obj_remove_from_subject(widget, subject); /* `subject` can be NULL to unsubscribe from all */
68 - **feat(observer): add lv_obj_remove_from_subject** `6341 <https://github.com/lvgl/lvgl/pull/6341>…