Searched refs:LV_EVENT_INSERT (Results 1 – 5 of 5) sorted by relevance
68 …LV_EVENT_INSERT, /**< A text is inserted to the object. The event data is `char *` be… enumerator
91 - `LV_EVENT_INSERT` Sent right before a character or text is inserted.
119 - `LV_EVENT_INSERT` Text is being inserted into the object. The event data is `char *` being …
1251 lv_event_send(obj, LV_EVENT_INSERT, (char *)txt); in insert_handler()
1906 - Prevent duplicated sending of `LV_EVENT_INSERT` from text area