PyCEditView Object

A class which implementes a CView of a text file. Derived from PyCView and PyCEdit objects.

Methods

IsModified
Indicates if the view's document is modified. 

LoadFile
Loads a named file into the view. 

SetModifiedFlag
Sets the view's document modified flag. 

GetEditCtrl
Returns the underlying PyCEdit object 

PreCreateWindow
Calls the underlying MFC PreCreateWindow method. 

SaveFile
Saves the view to a named file. 

OnCommand
Calls the standard Python framework OnCommand handler 

Based On

PyCCtrlView