w4d v0.0.3 (2018-08-14T14:17:39Z)
Dub
Repo
SplitLayout
w4d
layout
split
A layout object that lineups children and splits the parent.
class
SplitLayout : LineupLayout!H(
bool
H
) {
this
(Layoutable owner);
void
updateStatus
(vec2 placedSize);
}
Constructors
this
this
(Layoutable 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
split
aliases
HorizontalMonospacedSplitLayout
HorizontalSplitLayout
VerticalMonospacedSplitLayout
VerticalSplitLayout
classes
MonospacedSplitLayout
SplitLayout
A layout object that lineups children and splits the parent.