Home
last modified time | relevance | path

Searched full:notify (Results 1 – 13 of 13) sorted by relevance

/lvgl-3.5.0/src/extra/others/msg/
Dlv_msg.c34 static void notify(lv_msg_t * m);
122 notify(&m); in lv_msg_send()
155 static void notify(lv_msg_t * m) in notify() function
/lvgl-3.5.0/docs/overview/
Devent.md120 - `LV_EVENT_REFRESH` Notify the object to refresh something on it (for the user)
143 `LV_EVENT_REFRESH` is a special event because it's designed to let the user notify an object to ref…
144 - notify a label to refresh its text according to one or more variables (e.g. current time)
Dimage.md315 … already cached and you then change the underlying PNG file, you need to notify LVGL to cache the …
/lvgl-3.5.0/src/core/
Dlv_obj_style.h98 * Notify all object if a style is modified
100 * (NULL to notify all objects)
105 * Notify an object and its children about its style is modified.
Dlv_obj_tree.c66 /*Call the ancestor's event handler to the parent to notify it about the child delete*/ in lv_obj_del()
175 /*Notify the original parent because one of its children is lost*/ in lv_obj_set_parent()
181 /*Notify the new parent about the child*/ in lv_obj_set_parent()
Dlv_event.h69 LV_EVENT_REFRESH, /**< Notify the object to refresh something on it (for the user)*/
108 * Events are used to notify the user of some action being taken on the object.
Dlv_obj_class.c124 /*Call the ancestor's event handler to the parent to notify it about the new child. in lv_obj_class_init_obj()
Dlv_refr.c517 /*Notify the display driven rendering has started*/ in refr_invalid_areas()
/lvgl-3.5.0/
D.codecov.yml2 notify:
/lvgl-3.5.0/examples/others/msg/
Dlv_example_msg_1.c32 /*Notify all subscribers (only the label now) that the slider value has been changed*/ in slider_event_cb()
/lvgl-3.5.0/tests/src/test_cases/
Dtest_bar.c166 /* Notify LVGL of style change */ in test_bar_indicator_area_should_get_smaller_when_padding_is_increased()
/lvgl-3.5.0/src/extra/widgets/calendar/
Dlv_calendar.c159 * Notify them to let the headers updated to the new date*/ in lv_calendar_set_showed_date()
/lvgl-3.5.0/docs/
DCONTRIBUTING.md31 …of the original project under your account, make some changes there, and notify the original repos…