[][src]Module unsegen::widget::widget

The Widget abstraction and some related types.

Structs

Demand

A one dimensional description of spatial demand of a widget.

Demand2D

A two dimensional (rectangular) Demand (composed of Demands for columns and rows).

RenderingHints

Hints that can be used by applications to control how Widgets are rendered and used by Widgets to deduce how to render to best show the current application state.

Enums

Blink

A value from a periodic boolean signal.

Traits

Widget

A widget is something that can be drawn to a window.

Type Definitions

ColDemand
RowDemand