Home | History | Annotate | Download | only in osa

Lines Matching defs:ComponentInstance

29 extern PyObject *_OSAObj_New(ComponentInstance);
30 extern int _OSAObj_Convert(PyObject *, ComponentInstance *);
39 PyMac_INIT_TOOLBOX_OBJECT_NEW(ComponentInstance, OSAObj_New);
40 PyMac_INIT_TOOLBOX_OBJECT_CONVERT(ComponentInstance, OSAObj_Convert);
44 ComponentInstance = OpaqueByValueType('ComponentInstance', OBJECTPREFIX)
63 # NOTE: at the moment OSA.ComponentInstance is not a subclass
64 # of Cm.ComponentInstance. If this is a problem it can be fixed.
68 PyErr_SetString(OSA_Error,"NULL ComponentInstance");
83 'ComponentInstance')