PyCFrameWnd Object
A windows frame window. Encapsulates an MFC CFrameWnd
class. Derived from a PyCWnd
object.
Methods
- BeginModalState
- Sets the frame window to modal.
- CreateWindow
- Creates the underlying window for the object.
- EndModalState
- Ends the frame window's modal state. Enables all of the windows disabled by PyCFrameWnd::BeginModalState.
- DockControlBar
- Docks a control bar.
- EnableDocking
- Enable dockable control bars in a frame window
- FloatControlBar
- Floats a control bar.
- GetActiveDocument
- Returns the currently active document
- GetControlBar
- Retrieves the specified control bar.
- GetMessageString
- Retrieves message corresponding to a command ID.
- GetMessageBar
- Retrieves the message bar for the frame.
- IsTracking
- Determines if splitter bar is currently being moved.
- InModalState
- Returns a value indicating whether or not a frame window is in a modal state.
- LoadAccelTable
- Loads an accelerator table.
- LoadFrame
- Creates the MDI Window's frame
- LoadBarState
- Loads a control bars settings
- PreCreateWindow
- Calls the underlying MFC PreCreateWindow method.
- SaveBarState
- Saves a control bars settings
- ShowControlBar
- Shows a control bar.
- RecalcLayout
- Called by the framework when the standard control bars are toggled on or off or when
the frame window is resized.
- GetActiveView
- Retrieves the active view.
- OnBarCheck
- Changes the state of the specified controlbar.
- OnUpdateControlBarMenu
- Checks the state of a menu item
- SetActiveView
- Sets the active view for a frame.
Based On
PyCWnd