Home
last modified time | relevance | path

Searched refs:LV_EVENT_INSERT (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/core/
Dlv_event.h68LV_EVENT_INSERT, /**< A text is inserted to the object. The event data is `char *` be… enumerator
/lvgl-latest/docs/widgets/core/
Dtextarea.md91 - `LV_EVENT_INSERT` Sent right before a character or text is inserted.
/lvgl-latest/docs/overview/
Devent.md119 - `LV_EVENT_INSERT` Text is being inserted into the object. The event data is `char *` being …
/lvgl-latest/src/widgets/
Dlv_textarea.c1251 lv_event_send(obj, LV_EVENT_INSERT, (char *)txt); in insert_handler()
/lvgl-latest/docs/
DCHANGELOG.md1906 - Prevent duplicated sending of `LV_EVENT_INSERT` from text area