PyCListView Object
A class which implementes a CListView. Derived from PyCView and PyCListCtrl objects.
Methods
- PreCreateWindow
- Calls the underlying MFC PreCreateWindow method.
- GetListCtrl
- Returns the underlying list control object.
- OnCommand
- Calls the standard Python framework OnCommand handler
Based On
PyCCtrlView