FluidContainer

A interface for nodes that contain and control other nodes.

Members

Functions

asNode
inout(Node) asNode()
Undocumented in source. Be warned that the author may not have intended to support it.
focusChild
void focusChild()

Set focus on the first available focusable node in this tree.

shallowScrollTo
Rectangle shallowScrollTo(Node child, Vector2 viewport, Rectangle parentBox, Rectangle childBox)

Scroll towards the given children node. This should change the parent's properties (without affecting the child) so that the child enters the viewport, or becomes as close to it as possible.

See Also

Meta