WindowNode

class WindowNode(val title: String, val children: List<GuiNode>) : GuiNode

Constructors

Link copied to clipboard
constructor(title: String, children: List<GuiNode>)

Properties

Link copied to clipboard
Link copied to clipboard