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

Box component: draws a box on the screen with adjustable border color and width.

Structs

BoxWidget

This is the BoxWidget, which contains a top-level widget for display, overriding the draw method to draw the base widget and the border for this box.