PyCDialog Object
A class which encapsulates an MFC CDialog object. Derived from a PyCWnd object.
Methods
- CreateWindow
- Creates a modless window for the dialog.
- DoModal
- Creates a modal window for the dialog.
- EndDialog
- Closes a modal dialog.
- GotoDlgCtrl
- Sets focus to a specific control.
- MapDialogRect
- Converts the dialog-box units of a rectangle to screen units.
- OnCancel
- Calls the default MFC OnCancel handler.
- OnOK
- Calls the default MFC OnOK handler.
- OnInitDialog
- Calls the default MFC OnInitDialog handler.
sentinel
Based On
PyCWnd