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

  /external/python/cpython2/Mac/Modules/win/
winsupport.py 25 WindowPtr = OpaqueByValueType(OBJECTTYPE, OBJECTPREFIX)
26 WindowRef = WindowPtr
80 PyMac_AutoDisposeWindow(WindowPtr w)
90 WinObj_WhichWindow(WindowPtr w)
111 PyMac_INIT_TOOLBOX_OBJECT_NEW(WindowPtr, WinObj_New);
112 PyMac_INIT_TOOLBOX_OBJECT_NEW(WindowPtr, WinObj_WhichWindow);
113 PyMac_INIT_TOOLBOX_OBJECT_CONVERT(WindowPtr, WinObj_Convert);
134 if (PyInt_Check(v)) { *p_itself = (WindowPtr)PyInt_AsLong(v); return 1; }
196 # Add manual routines for converting integer WindowPtr's (as returned by
203 _res = WinObj_WhichWindow((WindowPtr)ptr)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
macsupport.py 71 WindowPtr = OpaqueByValueType("WindowPtr", "WinObj")
72 WindowRef = WindowPtr
75 ExistingWindowPtr = OpaqueByValueType("WindowPtr", "WinObj_WhichWindow", "BUG")
  /external/python/cpython2/Tools/bgen/bgen/
macsupport.py 71 WindowPtr = OpaqueByValueType("WindowPtr", "WinObj")
72 WindowRef = WindowPtr
75 ExistingWindowPtr = OpaqueByValueType("WindowPtr", "WinObj_WhichWindow", "BUG")

Completed in 80 milliseconds