Searched defs:ComponentInstance (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Mac/Modules/cm/
H A Dcmsupport.py29 extern PyObject *_CmpInstObj_New(ComponentInstance);
30 extern int _CmpInstObj_Convert(PyObject *, ComponentInstance *);
67 PyMac_INIT_TOOLBOX_OBJECT_NEW(ComponentInstance, CmpInstObj_New);
68 PyMac_INIT_TOOLBOX_OBJECT_CONVERT(ComponentInstance, CmpInstObj_Convert);
73 ComponentInstance = OpaqueByValueType('ComponentInstance', CI_OBJECTPREFIX) variable
81 PyErr_SetString(Cm_Error,"NULL ComponentInstance");
101 ci_object = MyCIObjectDefinition('ComponentInstance', CI_OBJECTPREFIX,
102 'ComponentInstance')
/external/python/cpython2/Mac/Modules/osa/
H A Dosasupport.py29 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) variable
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')
[all...]
/external/python/cpython2/Mac/Modules/qd/
H A Dqdsupport.py58 ComponentInstance = OpaqueByValueType('ComponentInstance', 'CmpInstObj') variable
/external/python/cpython2/Mac/Modules/qt/
H A Dqtsupport.py139 # Despite their names, these are all ComponentInstance types
155 ComponentInstance = OpaqueByValueType('ComponentInstance', 'CmpInstObj') variable

Completed in 97 milliseconds