Searched full:notify (Results 1 – 13 of 13) sorted by relevance
34 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
120 - `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)
315 … already cached and you then change the underlying PNG file, you need to notify LVGL to cache the …
98 * Notify all object if a style is modified100 * (NULL to notify all objects)105 * Notify an object and its children about its style is modified.
63 /*Call the ancestor's event handler to the parent to notify it about the child delete*/ in lv_obj_del()170 /*Notify the original parent because one of its children is lost*/ in lv_obj_set_parent()175 /*Notify the new parent about the child*/ in lv_obj_set_parent()
69 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.
124 /*Call the ancestor's event handler to the parent to notify it about the new child. in lv_obj_class_init_obj()
603 /*Notify the display driven rendering has started*/ in refr_invalid_areas()
2 notify:
32 /*Notify all subscribers (only the label now) that the slider value has been changed*/ in slider_event_cb()
166 /* Notify LVGL of style change */ in test_bar_indicator_area_should_get_smaller_when_padding_is_increased()
159 * Notify them to let the headers updated to the new date*/ in lv_calendar_set_showed_date()
31 …of the original project under your account, make some changes there, and notify the original repos…