Home
last modified time | relevance | path

Searched refs:lv_obj_bind_state_if_not_eq (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/examples/others/observer/
Dlv_example_observer_2.c116 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/
Dlv_observer.h337 lv_observer_t * lv_obj_bind_state_if_not_eq(lv_obj_t * obj, lv_subject_t * subject, lv_state_t stat…
Dlv_observer.c461 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/
Dtest_observer.c276 lv_obj_bind_state_if_not_eq(obj, &subject, LV_STATE_DISABLED, 10); in test_observer_obj_state()
/lvgl-latest/docs/details/other-components/
Dobserver.rst276 observer = lv_obj_bind_state_if_not_eq(widget, &subject, LV_STATE_*, ref_value);