[−][src]Module conrod_core::widget::matrix
A helper widget for laying out child widgets in the form of a grid.
Structs
Element | Data necessary for instantiating a widget for a single |
Elements | The event type yielded by the |
Matrix | Draw a matrix of any rectangular widget type, where the matrix will provide a function with
the widget number, it's |
State | The state of the Matrix, to be cached within the |
Style | Unique styling for the |
Type Definitions
ColNum | A column index. |
Height | The height of an element. |
PosX | The position of an element along the x axis. |
PosY | The position of an element along the y axis. |
RowNum | A row index. |
WidgetNum | The number of the widget. |
Width | The width of an element. |