HomeSort by relevance Sort by last modified time
    Searched defs:GrafPtr (Results 1 - 5 of 5) sorted by null

  /external/python/cpython2/Mac/Modules/qdoffs/
qdoffssupport.py 33 GrafPtr = OpaqueByValueType("GrafPtr", "GrafObj")
47 #define as_GrafPtr(gworld) ((GrafPtr)(gworld))
57 # XXXX Should inherit from GrafPtr?
91 # A method to convert a GWorldPtr to a GrafPtr
92 f = Method(GrafPtr, 'as_GrafPtr', (GWorldPtr, 'p', InMode))
  /external/python/cpython2/Mac/Modules/carbonevt/
CarbonEvtsupport.py 72 GrafPtr = OpaqueByValueType("GrafPtr", "GrafObj")
  /external/python/cpython2/Mac/Modules/qd/
qdsupport.py 50 GrafPtr = OpaqueByValueType("GrafPtr", "GrafObj")
72 extern PyObject *_GrafObj_New(GrafPtr);
73 extern int _GrafObj_Convert(PyObject *, GrafPtr *);
146 PyMac_INIT_TOOLBOX_OBJECT_NEW(GrafPtr, GrafObj_New);
147 PyMac_INIT_TOOLBOX_OBJECT_CONVERT(GrafPtr, GrafObj_Convert);
189 Output("*p_itself = (GrafPtr)GetWindowPort(win);")
197 Output("*p_itself = (GrafPtr)GetWindowPort(GetDialogWindow(dlg));")
202 Output("*p_itself = (GrafPtr)GetWindowPort(win);")
257 gr_object = MyGRObjectDefinition("GrafPort", "GrafObj", "GrafPtr")
    [all...]
  /external/python/cpython2/Mac/Modules/win/
winsupport.py 30 GrafPtr = OpaqueByValueType("GrafPtr", "GrafObj")
  /external/python/cpython2/Mac/Modules/qt/
qtsupport.py 165 GrafPtr = OpaqueByValueType("GrafPtr", "GrafObj")

Completed in 118 milliseconds