enaml.widgets.mdi_window

Classes

MdiWindow A widget which can be used as a window in an MdiArea.
class enaml.widgets.mdi_window.MdiWindow(parent=None, **kwargs)[source]

Bases: enaml.widgets.widget.Widget

A widget which can be used as a window in an MdiArea.

Returns :

result : QWidget or None

The mdi widget defined for this widget, or None if one is not defined.

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. :

title

The titlebar text.

icon

The title bar icon.

mdi_widget()[source]

Get the mdi widget defined for the window.

The last Widget child is the mdi widget.