w4d.layout.placer.split

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

Members

Aliases

HorizontalSplitPlacer
alias HorizontalSplitPlacer = SplitPlacer!true

A Placer object that lineups the children horizontally and splits the owner.

VerticalSplitPlacer
alias VerticalSplitPlacer = SplitPlacer!false

A Placer object that lineups the children vertically and splits the owner.

Classes

SplitPlacer
class SplitPlacer(bool H)

A Placer object that lineups the children and splits the owner.

Meta