Searched refs:lv_obj_bind_state_if_not_eq (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/examples/others/observer/ |
D | lv_example_observer_2.c | 116 lv_obj_bind_state_if_not_eq(btn, &auth_state_subject, LV_STATE_DISABLED, LOGGED_IN); in ui_init() 130 lv_obj_bind_state_if_not_eq(btn, &auth_state_subject, LV_STATE_DISABLED, LOGGED_IN); in ui_init()
|
/lvgl-latest/src/others/observer/ |
D | lv_observer.h | 337 lv_observer_t * lv_obj_bind_state_if_not_eq(lv_obj_t * obj, lv_subject_t * subject, lv_state_t stat…
|
D | lv_observer.c | 461 lv_observer_t * lv_obj_bind_state_if_not_eq(lv_obj_t * obj, lv_subject_t * subject, lv_state_t stat… in lv_obj_bind_state_if_not_eq() function
|
/lvgl-latest/tests/src/test_cases/ |
D | test_observer.c | 276 lv_obj_bind_state_if_not_eq(obj, &subject, LV_STATE_DISABLED, 10); in test_observer_obj_state()
|
/lvgl-latest/docs/details/other-components/ |
D | observer.rst | 276 observer = lv_obj_bind_state_if_not_eq(widget, &subject, LV_STATE_*, ref_value);
|