HGamer3D-CEGUI-Binding-0.1.9: Windows Game Engine for the Haskell Programmer - CEGUI Bindings

Safe HaskellNone

HGamer3D.Bindings.CEGUI.EnumFWSizingLocation

Documentation

data EnumFWSizingLocation Source

Constructors

SizingNone

Position is not a sizing location.

SizingTopLeft

Position will size from the top-left.

SizingTopRight

Position will size from the top-right.

SizingBottomLeft

Position will size from the bottom left.

SizingBottomRight

Position will size from the bottom right.

SizingTop

Position will size from the top.

SizingLeft

Position will size from the left.

SizingBottom

Position will size from the bottom.

SizingRight

Position will size from the right.