fluid.frame

Members

Aliases

hframe
alias hframe = simpleConstructor!(Frame, (a))

Make a new horizontal frame.

vframe
alias vframe = simpleConstructor!Frame

Make a new vertical frame.

Classes

Frame
class Frame

This is a frame, a stylized container for other nodes.

Functions

acceptDrop
auto acceptDrop(Selector selector)
auto acceptDrop()

Make a Frame node accept nodes via drag & drop.

Meta