| 100 | } |
| 101 | |
| 102 | CFileDialog *GetFileDialog(PyObject *self) |
| 103 | { |
| 104 | return (CFileDialog *)PyCWnd::GetPythonGenericWnd(self, &PyCFileDialog::type); |
| 105 | } |
| 106 | CFontDialog *GetFontDialog(PyObject *self) |
| 107 | { |
| 108 | return (CFontDialog *)PyCWnd::GetPythonGenericWnd(self, &PyCFontDialog::type); |