virtual class vaseGui::ContentPane

sys::Obj
  vaseGui::Widget
    vaseGui::WidgetGroup
      vaseGui::Pane
        vaseGui::ContentPane

@Js

ContentPane is the base class for panes which only contain one child widget called content.

add

@Operator
virtual override This add(Widget child)

If this the first widget added, then assume it the content.

content

Widget? content

The content child widget.

make

new make()