fluid v0.6.1 (2024-01-27T15:08:13Z)
Dub
Repo
MapSpace.addChild
fluid
map_space
MapSpace
Add a new child to the space and assign it some position.
class
MapSpace
void
addChild
(
Node
node
,
Position
position
)
in ([position.coords.tupleof].any!isFinite, format!"Given %s isn't valid, values must be finite"(position))
Meta
Source
See Implementation
fluid
map_space
MapSpace
aliases
DropDirection
DropVector
Position
constructors
this
functions
addChild
addFocusedChild
dragChildBy
drawImpl
mouseDrag
moveChild
resizeImpl
stopMouseDrag
mixins
__anonymous
variables
positions
preventOverflow
Add a new child to the space and assign it some position.