w4d.layout.placer.monospaced

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

Members

Aliases

HorizontalMonospacedPlacer
alias HorizontalMonospacedPlacer = MonospacedPlacer!true

A Placer object that lineups the children horizontally as the same size.

VerticalMonospacedPlacer
alias VerticalMonospacedPlacer = MonospacedPlacer!false

A Placer object that lineups the children vertically as the same size.

Classes

MonospacedPlacer
class MonospacedPlacer(bool H)

A Placer object that lineups the children as the same size.

Meta