Lines Matching refs:ComponentInstance
23 extern PyObject *_CmpInstObj_New(ComponentInstance);
24 extern int _CmpInstObj_Convert(PyObject *, ComponentInstance *);
67 ComponentInstance ob_itself;
70 PyObject *CmpInstObj_New(ComponentInstance itself) in CmpInstObj_New()
83 int CmpInstObj_Convert(PyObject *v, ComponentInstance *p_itself) in CmpInstObj_Convert()
219 ComponentInstance target; in CmpInstObj_ComponentSetTarget()
271 ComponentInstance itself; in CmpInstObj_tp_new()
422 ComponentInstance _rv; in CmpObj_OpenComponent()
861 ComponentInstance _rv; in Cm_OpenDefaultComponent()
928 PyMac_INIT_TOOLBOX_OBJECT_NEW(ComponentInstance, CmpInstObj_New); in init_Cm()
929 PyMac_INIT_TOOLBOX_OBJECT_CONVERT(ComponentInstance, CmpInstObj_Convert); in init_Cm()