/external/python/cpython2/Mac/Modules/qdoffs/ |
D | qdoffssupport.py | 11 OBJECTNAME = 'GWorld' # The basic name of the objects used here variable 15 OBJECTTYPE = OBJECTNAME + 'Ptr' # The C type used to represent them 16 OBJECTPREFIX = OBJECTNAME + 'Obj' # The prefix for object methods 78 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
|
/external/python/cpython2/Mac/Modules/app/ |
D | appsupport.py | 11 OBJECTNAME = 'ThemeDrawingState' # The basic name of the objects used here variable 16 OBJECTTYPE = OBJECTNAME + KIND # The C type used to represent them 17 OBJECTPREFIX = OBJECTNAME + 'Obj' # The prefix for object methods 110 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
|
/external/python/cpython2/Mac/Modules/scrap/ |
D | scrapsupport.py | 14 OBJECTNAME = 'Scrap' # The basic name of the objects used here variable 18 OBJECTTYPE = OBJECTNAME + 'Ref' # The C type used to represent them 56 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
|
/external/python/cpython2/Mac/Modules/menu/ |
D | menusupport.py | 11 OBJECTNAME = 'Menu' # The basic name of the objects used here variable 15 OBJECTTYPE = OBJECTNAME + 'Handle' # The C type used to represent them 89 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
|
/external/python/cpython2/Mac/Modules/launch/ |
D | launchsupport.py | 10 OBJECTNAME = 'UNUSED' # The basic name of the objects used here variable 15 OBJECTTYPE = OBJECTNAME + KIND # The C type used to represent them
|
/external/python/cpython2/Mac/Modules/help/ |
D | helpsupport.py | 10 OBJECTNAME = 'UNUSED' # The basic name of the objects used here variable 15 OBJECTTYPE = OBJECTNAME + KIND # The C type used to represent them
|
/external/python/cpython2/Mac/Modules/evt/ |
D | evtsupport.py | 11 OBJECTNAME = 'Event' # The basic name of the objects used here variable 16 OBJECTTYPE = OBJECTNAME + KIND # The C type used to represent them
|
/external/python/cpython2/Mac/Modules/win/ |
D | winsupport.py | 11 OBJECTNAME = 'Window' # The basic name of the objects used here variable 15 OBJECTTYPE = OBJECTNAME + 'Ptr' # The C type used to represent them 184 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
|
/external/python/cpython2/Mac/Modules/icn/ |
D | icnsupport.py | 11 OBJECTNAME = 'Icon' # The basic name of the objects used here variable 16 OBJECTTYPE = OBJECTNAME + KIND # The C type used to represent them
|
/external/python/cpython2/Mac/Modules/ctl/ |
D | ctlsupport.py | 11 OBJECTNAME = 'Control' # The basic name of the objects used here variable 15 OBJECTTYPE = OBJECTNAME + 'Handle' # The C type used to represent them 500 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
|
/external/python/cpython2/Mac/Modules/te/ |
D | tesupport.py | 11 OBJECTNAME = 'TE' # The basic name of the objects used here variable 191 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
|
/external/python/cpython2/Mac/Modules/drag/ |
D | dragsupport.py | 11 OBJECTNAME = 'DragObj' # The basic name of the objects used here variable 209 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
|
/external/python/cpython2/Mac/Modules/list/ |
D | listsupport.py | 11 OBJECTNAME = 'List' # The basic name of the objects used here variable 162 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
|
/external/python/cpython2/Mac/Modules/qd/ |
D | qdsupport.py | 11 OBJECTNAME = 'Graf' # The basic name of the objects used here variable 15 OBJECTTYPE = OBJECTNAME + 'Ptr' # The C type used to represent them
|
/external/python/cpython2/Mac/Modules/qt/ |
D | qtsupport.py | 13 OBJECTNAME = 'Movie' # The basic name of the objects used here variable
|