fluid.slot

Undocumented in source.

Members

Aliases

nodeSlot
alias nodeSlot(alias T) = simpleConstructor!(NodeSlot!T)
NodeSlot
class NodeSlot(T : Node)

A "node slot" node, which displays the node given to it. Allows safely swapping nodes in the layout by reference, even during drawing. Useful for creating tabs and menus.

Classes

Meta