Lines Matching full:on
42 … LV_EVENT_CLICKED, /**< Called on release if not scrolled (regardless to long press)*/
69 LV_EVENT_REFRESH, /**< Notify the object to refresh something on it (for the user)*/
107 * Events are used to notify the user of some action being taken on the object.
142 * @param param arbitrary data depending on the widget type and the event. (Usually `NULL`)
185 * Get the user_data passed when the event was registered on the object
227 * Used by the user to react on event which happens with the object.
230 …* @param filter and event code (e.g. `LV_EVENT_CLICKED`) on which the event should be called. `…
276 * @return the indev that triggered the event or NULL if called on a not indev related event
283 * @return the part draw descriptor to hook the drawing or NULL if called on an unrelated event
291 * @return pointer to a draw context or NULL if called on an unrelated event
298 * @return the old absolute area of the object or NULL if called on an unrelated event
305 * @return the triggering key or NULL if called on an unrelated event
327 * @return pointer to `lv_point_t` or NULL if called on an unrelated event
334 * @return pointer to `lv_hit_test_info_t` or NULL if called on an unrelated event