[][src]Module pushrod_widgets::system_widgets

System-provided Widget library.

Modules

base_widget

This is a base Widget that draws a background and a box with colors, based on the settings in the properties. Custom Widgets can use the BaseWidget as a top-level widget for drawing a background or the bounding box, extending it later.

button_widget

This is a Widget that provides button functionality.

image_widget

This is an image Widget that draws an image (in any of the supported image formats that SDL2 provides).

progress_widget

This is a Widget that can be used to show a progress bar.

text_widget

This is a text Widget that draws text given a style, justification, font name, size, and body of text.