Forward to the screen painter for all other methods, see arsd.simpledisplay.ScreenPainter for more information
First, draw the background. Then draw your content. Next, draw the border. And the focused indicator. And the is-selected box.
Draws the general pattern of a widget if you don't need anything particularly special and/or control the other details through your widget's style theme hints.
EXPERIMENTAL. subject to change.
Sets the clip rectangle to the given settings. It will automatically calculate the intersection of your widget's content boundaries and your requested clip rectangle.
Functions to access the visual theme and helpers to easily use it.
Functions to access the visual theme and helpers to easily use it.
This is the list of rectangles that actually need to be redrawn.
Encapsulates the simpledisplay ScreenPainter for use on a Widget, with VisualTheme and invalidated area awareness.