PyCMDIFrameWnd Object
A main application frame window. Encapsulates an MFC CMDIFrameWnd
class
Methods
- GetMDIClient
- Returns the MDI client window
- MDIGetActive
- Retrieves the current active MDI child window, along with a flag indicating whether
the child window is maximized.
- MDIActivate
- Activate an MDI child window
- MDINext
- Activates the next MDI window
- PreCreateWindow
- Calls the underlying MFC PreCreateWindow method.
- PreTranslateMessage
- Calls the underlying MFC PreTranslateMessage method.
- OnCommand
- Calls the standard Python framework OnCommand handler
- OnContextHelp
- Calls the underlying MFC OnContextHelp method.
- OnClose
- Calls the standard Python framework OnClose handler
Based On
PyCFrameWnd