Classes
MainWindow | A top level main window widget. |
Bases: enaml.widgets.window.Window
A top level main window widget.
MainWindow widgets are top level widgets which provide additional functionality beyond frame decoration. A MainWindow may optionally contain a MenuBar, any number of ToolBars, a StatusBar, and any number of DockPanes. Like Window, a MainWindow can have at most one central Container widget, which will be expanded to fit into the available space.
A reference to the ProxyMainWindow object.
Get the menu bar defined as a child on the window.
The last MenuBar declared as a child is used as the official menu bar of the window.