gui2.containerwidget

A simple container widget.

class ContainerWidget: gui2.widget.Widget;

A simple container widget.

Currently, this has no functionality - it's only used to group/lay out child widgets.

this(ref Node yaml);

Construct a ContainerWidget from YAML.

Never call directly.