fluid.popup_frame

Undocumented in source.

Members

Aliases

FluidPopup
deprecated alias FluidPopup = PopupFrame
Undocumented in source.
popup
deprecated alias popup = popupFrame
Undocumented in source.
popupFrame
alias popupFrame = simpleConstructor!PopupFrame
Undocumented in source.

Classes

PopupFrame
class PopupFrame

This is an override of Frame to simplify creating popups: if clicked outside of it, it will disappear from the node tree.

PopupNodeAction
class PopupNodeAction

Tree action displaying a popup.

Functions

spawnChildPopup
void spawnChildPopup(PopupFrame parent, PopupFrame popup)

Spawn a new popup, as a child of another. While the child is active, the parent will also remain so.

spawnPopup
void spawnPopup(LayoutTree* tree, PopupFrame popup)

Spawn a new popup attached to the given tree.

Meta