PyCView Object

A class which implements a generic CView. Derived from a PyCWnd object.

Methods

CreateWindow
Create the window for a view. 

GetDocument
Returns the document for a view. 

OnActivateView
Calls the underlying MFC OnActivateView method. 

OnInitialUpdate
Calls the underlying MFC OnInitialUpdate method. 

OnMouseActivate
Calls the underlying MFC OnMouseActivate method. 

PreCreateWindow
Calls the underlying MFC PreCreateWindow method. 

OnFilePrint
Calls the underlying MFC OnFilePrint method. 

OnFilePrint
Calls the underlying MFC OnFilePrintPreview method. 

DoPreparePrinting
Calls the underlying MFC DoPreparePrinting method. 

OnBeginPrinting
Calls the underlying MFC OnBeginPrinting method. 

OnEndPrinting
Calls the underlying MFC OnEndPrinting method. 

Based On

PyCWnd