MCPcopy Create free account
hub / github.com/mhammond/pywin32 / GetFramePtr

Function GetFramePtr

Pythonwin/win32win.cpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

InitialUpdateFrameMethod · 0.85
CreateNewFrameMethod · 0.85
PyCFrameWnd_CreateWindowFunction · 0.85
ui_frame_recalc_layoutFunction · 0.85
PyCFrameWnd_SaveBarStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected