[][src]Module pushrod::widget::widget

Base component and UI Components (Widget) library. These components are used for on-screen interactions between the user and the application.

Structs

CanvasWidget

Base Widget object. Displays a blank canvas, with the color set by the CONFIG_MAIN_COLOR configuration option. Defaults to white.

Traits

Widget

Master level trait object for describing a Widget. A Widget is a GUI element that can be interacted with and can receive and generate events.