The class that sent the event.
The type if part being draw. Element of `lv__draw_part_type_t`.
The area of the part being drawn.
A draw descriptor that can be modified to changed what LVGL will draw. Set only for rectangle-like parts.
A draw descriptor that can be modified to changed what LVGL will draw. Set only for text-like parts.
A draw descriptor that can be modified to changed what LVGL will draw. Set only for line-like parts.
A draw descriptor that can be modified to changed what LVGL will draw. Set only for image-like parts.
A draw descriptor that can be modified to changed what LVGL will draw. Set only for arc-like parts.
A point calculated during drawing. E.g. a point of chart or the center of an arc.
A point calculated during drawing. E.g. a point of chart.
A text calculated during drawing. Can be modified. E.g. tick labels on a chart axis.
Size of the text buffer containing null-terminated text string calculated during drawing.
The current part for which the event is sent.
The index of the part. E.g. a button's index on button matrix or table cell index.
E.g. the radius of an arc (not the corner radius).
A value calculated during drawing. E.g. Chart's tick line value.
A pointer the identifies something in the part. E.g. chart series.