w4d.layout.placer.lineup

+ Authors: KanzakiKino + Copyright: KanzakiKino 2018 + License: LGPL-3.0

Members

Aliases

HorizontalLineupPlacer
alias HorizontalLineupPlacer = LineupPlacer!true

A Placer object that lineups the children horizontally.

VerticalLineupPlacer
alias VerticalLineupPlacer = LineupPlacer!false

A Placer object that lineups the children vertically.

Classes

LineupPlacer
class LineupPlacer(bool H)

A Placer object that lineups the children.

Meta