Bases: enaml.widgets.constraints_widget.ConstraintsWidget
A widget which acts as a virtual window manager for other top level widget.
An MdiArea can be used to provide an area within an application that can display other widgets in their own independent windows. Children of an MdiArea should be defined as instances of MdiWindow.
A read only property which returns the area’s MdiWindows.
An MdiArea expands freely in width and height by default.
An MdiArea resists clipping only weakly by default.
alias of __NoInterface__