Searched refs:LV_EVENT_REFRESH (Results 1 – 4 of 4) sorted by relevance
69 LV_EVENT_REFRESH, /**< Notify the object to refresh something on it (for the user)*/ enumerator
515 case LV_EVENT_REFRESH: in event_is_bubbled()
124 - `LV_EVENT_REFRESH` Notify the object to refresh something on it (for the user)147 `LV_EVENT_REFRESH` is a special event because it's designed to let the user notify an object to ref…
1264 - Add `lv_event_send_refresh`, `lv_event_send_refresh_recursive` to easily send `LV_EVENT_REFRESH` …