Lines Matching full:or
75 … LV_EVENT_CHILD_CHANGED, /**< Child was removed, added, or its size, position were changed */
113 …d as the event parameter of ::LV_EVENT_HIT_TEST to check if an `point` can click the object or not.
115 …ts that point non clickable. If you want to respect it leave it as `false` or set `true` to overwr…
120 … lv_point_t * point; /**< A point relative to screen to check if it can click the object or not*/
125 … the event parameter of ::LV_EVENT_COVER_CHECK to check if an area is covered by the object or not.
241 …* @param event_cb the event function to remove, or `NULL` to remove the firstly added event callb…
249 * @param event_cb the event function to remove, or `NULL` only `user_data` matters.
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
339 * Get a pointer to an area which should be examined whether the object fully covers it or not.