| 146 | } |
| 147 | |
| 148 | CFrameWnd *GetFramePtr(PyObject *self) |
| 149 | { |
| 150 | return (CFrameWnd *)PyCWnd::GetPythonGenericWnd(self, &PyCFrameWnd::type); |
| 151 | } |
| 152 | CPythonMDIChildWnd *GetPythonFrame(PyObject *self) |
| 153 | { |
| 154 | return (CPythonMDIChildWnd *)PyCWnd::GetPythonGenericWnd(self, &PyCFrameWnd::type); |
no outgoing calls
no test coverage detected