Lines Matching refs:Control
11 OBJECTNAME = 'Control' # The basic name of the objects used here
132 #define MAXTABS 32 /* maximum number of tabs that we support in a tabs control */
255 ** the control is not ours. Return a temporary object.
326 /* Create the dict if it doesn't exist yet (so we don't get such a dict for every control) */
346 PySys_WriteStderr("Control callback %x without callback object\\n", (unsigned)which);
351 PySys_WriteStderr("Exception in control callback %x handler\\n", (unsigned)which);
358 myactionproc(ControlHandle control, SInt16 part)
363 ctl_obj = (ControlObject *)CtlObj_WhichControl(control);
371 mykeydownproc(ControlHandle control, SInt16 keyCode, SInt16 charCode, SInt16 modifiers)
377 ctl_obj = (ControlObject *)CtlObj_WhichControl(control);
389 myfocusproc(ControlHandle control, ControlPartCode part)
395 ctl_obj = (ControlObject *)CtlObj_WhichControl(control);
407 mydrawproc(ControlHandle control, SInt16 part)
412 ctl_obj = (ControlObject *)CtlObj_WhichControl(control);
420 myidleproc(ControlHandle control)
425 ctl_obj = (ControlObject *)CtlObj_WhichControl(control);
433 myhittestproc(ControlHandle control, Point where)
439 ctl_obj = (ControlObject *)CtlObj_WhichControl(control);
452 mytrackingproc(ControlHandle control, Point startPt, ControlActionUPP actionProc)
458 ctl_obj = (ControlObject *)CtlObj_WhichControl(control);