RoRo-0.1: Lupupu Cube Stage SolverContentsIndex
Game.LupupuCube.UI.SpacingLayout
Description
A simple layout manager that places just one widget at the center of container widget. The inner widget will always be drawn in its minimum size.
Synopsis
data SpacingLayoutWidget
mkSpacingLayout :: forall w. Widget w => w -> SpacingLayoutWidget
Documentation
data SpacingLayoutWidget
This is a widget containing another widget.
show/hide Instances
mkSpacingLayout :: forall w. Widget w => w -> SpacingLayoutWidget
Creates SpacingLayoutWidget containing a given widget.
Produced by Haddock version 2.1.0