Home | History | Annotate | Download | only in ctl

Lines Matching full:testpoint

495     Point testPoint;
500 PyMac_GetPoint, &testPoint))
503 testPoint);
3517 PyDoc_STR("(Point testPoint) -> (ControlPartCode _rv)")},
4015 Point testPoint;
4022 PyMac_GetPoint, &testPoint,
4025 _rv = FindControl(testPoint,
5429 PyDoc_STR("(Point testPoint, WindowPtr theWindow) -> (ControlPartCode _rv, ControlHandle theControl)")},