w4d v0.0.4 (2018-08-22T12:42:48Z)
Dub
Repo
SplitPlacer
w4d
layout
placer
split
A Placer object that lineups the children and splits the owner.
class
SplitPlacer : LineupPlacer!H(
bool
H
) {
this
(PlacerOwner owner);
void
updateStatus
(vec2 placedSize);
}
Constructors
this
this
(PlacerOwner owner)
Members
Functions
updateStatus
void
updateStatus
(vec2 placedSize)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
w4d
layout
placer
split
aliases
HorizontalSplitPlacer
VerticalSplitPlacer
classes
SplitPlacer
A Placer object that lineups the children and splits the owner.