Module conrod_core::theme[][src]

Types a functionality for handling Canvas and Widget theming.

Structs

Theme

A serializable collection of canvas and widget styling defaults.

UniqueDefault

A WidgetDefault downcast to a Widget’s unique Style type.

WidgetDefault

The defaults for a specific widget.

Type Definitions

StyleMap

std::collections::HashMap with fnv::FnvHasher for unique styling of each widget, index-able by the Widget::kind.