Bases: enaml.widgets.widget.Widget
A widget which can be used as a window in an MdiArea.
An MdiWindow is a widget which can be used as an independent window in an MdiArea. It can have at most a single child widget which is an instance of Widget.
A read only property which returns the pane’s dock widget.
alias of __NoInterface__
Bases: enaml.qt.qt_widget.QtWidget
A Qt implementation of an Enaml MdiWindow.