w4d v0.0.4 (2018-08-22T12:42:48Z)
Dub
Repo
MonospacedPlacer
w4d
layout
placer
monospaced
A Placer object that lineups the children as the same size.
class
MonospacedPlacer : LineupPlacer!H(
bool
H
) {
this
(PlacerOwner owner);
void
clearStatus
();
}
Constructors
this
this
(PlacerOwner owner)
Undocumented in source.
Members
Functions
clearStatus
void
clearStatus
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
w4d
layout
placer
monospaced
aliases
HorizontalMonospacedPlacer
VerticalMonospacedPlacer
classes
MonospacedPlacer
A Placer object that lineups the children as the same size.