Table Of Contents

Previous topic

DocMDIChildFrame

Next topic

DocMDIParentFrameMixIn

This Page

phoenix_title DocMDIParentFrame

The DocMDIParentFrame is the primary frame which the DocApp uses to host MDI child windows. It offers features such as a default menubar, toolbar, and status bar, and a mechanism to manage embedded windows on the edges of the DocMDIParentFrame.


class_hierarchy Inheritance Diagram

Inheritance diagram for class DocMDIParentFrame

Inheritance diagram of DocMDIParentFrame


method_summary Methods Summary

__init__ Initializes the DocMDIParentFrame with the default menubar, toolbar, and status bar. Use the
OnCloseWindow Called when the DocMDIParentFrame is closed. Remembers the frame size.
OnSize Called when the DocMDIParentFrame is resized and lays out the MDI client window.
ProcessEvent Processes an event, searching event tables and calling zero or more
ProcessUpdateUIEvent Processes a UI event, searching event tables and calling zero or more
UpdateWindowMenu Updates the WindowMenu on Windows platforms.

api Class API



class DocMDIParentFrame(lib.docview.DocMDIParentFrame, DocFrameMixIn, DocMDIParentFrameMixIn)

The DocMDIParentFrame is the primary frame which the DocApp uses to host MDI child windows. It offers features such as a default menubar, toolbar, and status bar, and a mechanism to manage embedded windows on the edges of the DocMDIParentFrame.


Methods



__init__(self, docManager, parent, id, title, pos=DefaultPosition, size=DefaultSize, style=DEFAULT_FRAME_STYLE, name="DocMDIFrame", embeddedWindows=0, minSize=20)

Initializes the DocMDIParentFrame with the default menubar, toolbar, and status bar. Use the optional embeddedWindows parameter with the embedded window constants to create embedded windows around the edges of the DocMDIParentFrame.



OnCloseWindow(self, event)

Called when the DocMDIParentFrame is closed. Remembers the frame size.



OnSize(self, event)

Called when the DocMDIParentFrame is resized and lays out the MDI client window.



ProcessEvent(self, event)

Processes an event, searching event tables and calling zero or more suitable event handler function(s). Note that the ProcessEvent method is called from the wxPython docview framework directly since wxPython does not have a virtual ProcessEvent function.



ProcessUpdateUIEvent(self, event)

Processes a UI event, searching event tables and calling zero or more suitable event handler function(s). Note that the ProcessEvent method is called from the wxPython docview framework directly since wxPython does not have a virtual ProcessEvent function.



UpdateWindowMenu(self)

Updates the WindowMenu on Windows platforms.