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

Function GetFileDialog

Pythonwin/win32dlg.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

win32dlg.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected