Module chimper::frontend::ops[][src]

Modules

color

A library providing simple Color and Gradient types along with useful transformations and presets.

widget

Widgets are the core building blocks for every conrod user interface.

Structs

PipelineOps
UiCell

A wrapper around the Ui that restricts the user from mutating the Ui in certain ways while in the scope of the Ui::set_widgets function and within Widgets’ update methods. Using the UiCell, users may access the Ui immutably (via Deref) however they wish, however they may only mutate the Ui via the &mut self methods provided by the UiCell.

Traits

Borderable

Widgets that may display a border.

Colorable

Types that can be colored.

Labelable

Widgets that may display some label.

Positionable

Widgets that are positionable.

Sizeable

Widgets that support different dimensions.

Widget

A trait to be implemented by all Widget types.

Functions

draw_gui

Type Definitions

WidgetId

Unique widget identifier.