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

Function GetButton

Pythonwin/win32control.cpp:70–75  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////// PyCButton

Source from the content-addressed store, hash-verified

68// PyCButton
69//
70static CButton *GetButton(PyObject *self)
71{
72 // note we can only ask for a CWnd, if the LB is created from a resource based
73 // dialog. This is also the technique MFC uses (specifically appdlg.cpp)
74 return (CButton *)PyCWnd::GetPythonGenericWnd(self);
75}
76PyCButton::PyCButton()
77{
78}

Callers 9

PyCButton_create_windowFunction · 0.85
PyCButton_get_checkFunction · 0.85
PyCButton_set_checkFunction · 0.85
PyCButton_get_stateFunction · 0.85
PyCButton_set_stateFunction · 0.85
PyCButton_get_styleFunction · 0.85
PyCButton_set_styleFunction · 0.85
PyCButton_set_bitmapFunction · 0.85
PyCButton_get_bitmapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected