[−][src]Module conrod_core::widget::canvas
The Canvas
widget and related items.
Structs
Canvas | Canvas is designed to be a "container"-like "parent" widget that simplifies placement of "children" widgets. |
State | Canvas state to be cached. |
Style | Unique styling for the Canvas. |
Enums
Direction | The direction in which a sequence of canvas splits will be laid out. |
Length | Used to describe the desired length for a |
Type Definitions
FlowOfSplits | A series of Canvas splits flowing in the specified direction. |
ListOfSplits | A series of Canvas splits along with their unique identifiers. |
Weight | The length of a |