Home | History | Annotate | Download | only in ctl

Lines Matching refs:ctl

32 #define as_Resource(ctl) ((Handle)ctl)
33 #define GetControlRect(ctl, rectp) GetControlBounds(ctl, rectp)
5583 mytracker(ControlHandle ctl, short part)
5587 args = Py_BuildValue("(O&i)", CtlObj_WhichControl, ctl, (int)part);