feat(event) add LV_EVENT_CHILD_CREATED/DELETED (#2618)

* feat(event) add LV_EVENT_CHILD_CREATED/DELETED

* update docs and CHANGELOG
This commit is contained in:
Gabor Kiss-Vamosi
2021-10-04 16:52:11 +02:00
committed by GitHub
parent 4eb406440b
commit 5f90029811
6 changed files with 36 additions and 7 deletions

View File

@@ -38,6 +38,7 @@
- fix(disp) set default theme also for non-default displays
- feat(btnmatrix/keyboard): add option to show popovers on button press
- fix(types) LV_FORMAT_ATTRIBUTE now works with gnu version greater than 4.4
- feat(event) add add LV_EVENT_CHILD_CREATED/DELETED
## v8.0.2 (16.07.2021)
- fix(theme) improve button focus of keyboard

View File

@@ -104,6 +104,8 @@ The following event codes exist:
### Other events
- `LV_EVENT_DELETE` Object is being deleted
- `LV_EVENT_CHILD_CHANGED` Child was removed/added
- `LV_EVENT_CHILD_CREATED` Child was created, always bubbles up to all parents
- `LV_EVENT_CHILD_DELETED` Child was deleted, always bubbles up to all parents
- `LV_EVENT_SIZE_CHANGED` Object coordinates/size have changed
- `LV_EVENT_STYLE_CHANGED` Object's style has changed
- `LV_EVENT_BASE_DIR_CHANGED` The base dir has changed