enaml.widgets.mdi_area

Classes

MdiArea A widget which acts as a virtual window manager for other top level widget.
class enaml.widgets.mdi_area.MdiArea(parent=None, **kwargs)[source]

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.

hug_width

An MdiArea expands freely in width and height by default.

resist_width

An MdiArea resists clipping only weakly by default.

proxy

A reference to the ProxyMdiArea object.

mdi_windows()[source]

Get the mdi windows defined for the area.