[][src]Module pushrod::layouts

layouts is the core layout managers included with Pushrod.

Modules

grid_layout

This is a GridLayout manager. It handles the even spacing of Widgets in a grid area.

horizontal_layout

This is a HorizontalLayout manager. It handles the even spacing of Widgets in a horizontal display area.

vertical_layout

This is a VerticalLayout manager. It handles the even spacing of Widgets in a vertical display area.