mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-10 04:37:55 +08:00
d76a346376
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
444 B
444 B
title, description, order
| title | description | order |
|---|---|---|
| Widgets | Every built-in LVGL widget. | 80 |
This section documents the full built-in widget set, from simple labels and buttons to charts, keyboards, and tabviews. Every widget inherits from the Base Widget, which defines the shared lifecycle, style attachment points, event dispatch, and coordinate system. Start with the Base Widget page before diving into specific widgets so the common behavior is clear.