add LV_EVENT_DELETE

This commit is contained in:
Gabor Kiss-Vamosi
2019-04-19 05:46:02 +02:00
parent beeedfc1b2
commit a2cb299c0c
3 changed files with 10 additions and 1 deletions

View File

@@ -98,6 +98,7 @@ enum {
LV_EVENT_REFRESH,
LV_EVENT_APPLY, /*"Ok", "Apply" or similar specific button has clicked*/
LV_EVENT_CANCEL, /*"Close", "Cancel" or similar specific button has clicked*/
LV_EVENT_DELETE,
};
typedef uint8_t lv_event_t;