/external/python/cpython2/Mac/Modules/win/ |
D | _Winmodule.c | 37 PyMac_AutoDisposeWindow(WindowPtr w) in PyMac_AutoDisposeWindow() 52 WindowPtr ob_itself; 53 void (*ob_freeit)(WindowPtr ptr); 56 PyObject *WinObj_New(WindowPtr itself) in WinObj_New() 73 int WinObj_Convert(PyObject *v, WindowPtr *p_itself) in WinObj_Convert() 77 if (PyInt_Check(v)) { *p_itself = (WindowPtr)PyInt_AsLong(v); return 1; } in WinObj_Convert() 305 WindowPtr inUnavailableWindow; in WinObj_SetWindowModality() 327 WindowPtr outUnavailableWindow; in WinObj_GetWindowModality() 576 WindowPtr behindWindow; in WinObj_SendBehind() 607 WindowPtr _rv; in WinObj_GetNextWindowOfClass() [all …]
|
D | winedit.py | 39 (WindowPtr, 'theWindow', InMode), 47 (WindowPtr, 'theWindow', InMode),
|
D | winsupport.py | 25 WindowPtr = OpaqueByValueType(OBJECTTYPE, OBJECTPREFIX) variable 26 WindowRef = WindowPtr
|
/external/python/cpython2/Mac/Modules/ctl/ |
D | _Ctlmodule.c | 1210 WindowPtr inWindow; in CtlObj_AutoEmbedControl() 1472 WindowPtr _rv; in CtlObj_GetControlOwner() 3919 WindowPtr owningWindow; in Ctl_NewControl() 3961 WindowPtr owningWindow; in Ctl_GetNewControl() 3979 WindowPtr theWindow; in Ctl_DrawControls() 3995 WindowPtr inWindow; in Ctl_UpdateControls() 4016 WindowPtr theWindow; in Ctl_FindControl() 4037 WindowPtr inWindow; in Ctl_IdleControls() 4054 WindowPtr inWindow; in Ctl_GetControlByID() 4077 WindowPtr inWindow; in Ctl_DumpControlHierarchy() [all …]
|
/external/python/cpython2/Include/ |
D | pymactoolbox.h | 203 extern PyObject *WinObj_New(WindowPtr); 204 extern int WinObj_Convert(PyObject *, WindowPtr *); 205 extern PyObject *WinObj_WhichWindow(WindowPtr);
|
/external/python/cpython2/Tools/bgen/bgen/ |
D | macsupport.py | 71 WindowPtr = OpaqueByValueType("WindowPtr", "WinObj") variable 72 WindowRef = WindowPtr
|
/external/python/cpython2/Mac/Modules/evt/ |
D | evtedit.py | 3 (WindowPtr, 'theWindow', InMode),
|
/external/python/cpython2/Mac/Modules/drag/ |
D | _Dragmodule.c | 829 WindowPtr window; in Drag_GetDragHiliteColor() 921 WindowPtr theWindow = NULL; in Drag_InstallTrackingHandler() 940 WindowPtr theWindow = NULL; in Drag_InstallReceiveHandler() 958 WindowPtr theWindow = NULL; in Drag_RemoveTrackingHandler() 975 WindowPtr theWindow = NULL; in Drag_RemoveReceiveHandler() 1013 dragglue_TrackingHandler(DragTrackingMessage theMessage, WindowPtr theWindow, in dragglue_TrackingHandler() 1039 dragglue_ReceiveHandler(WindowPtr theWindow, void *handlerRefCon, in dragglue_ReceiveHandler()
|
/external/python/cpython2/Mac/Modules/carbonevt/ |
D | _CarbonEvtmodule.c | 1781 WindowPtr inWindow; in CarbonEvents_GetWindowEventTarget() 1881 WindowPtr inWindow; in CarbonEvents_RunAppModalLoopForWindow() 1896 WindowPtr inWindow; in CarbonEvents_QuitAppModalLoopForWindow() 1911 WindowPtr inWindow; in CarbonEvents_BeginAppModalStateForWindow() 1926 WindowPtr inWindow; in CarbonEvents_EndAppModalStateForWindow() 1941 WindowPtr inWindow; in CarbonEvents_SetUserFocusWindow() 1955 WindowPtr _rv; in CarbonEvents_GetUserFocusWindow() 1968 WindowPtr inWindow; in CarbonEvents_SetWindowDefaultButton() 1986 WindowPtr inWindow; in CarbonEvents_SetWindowCancelButton() 2004 WindowPtr inWindow; in CarbonEvents_GetWindowDefaultButton() [all …]
|
/external/python/cpython2/Python/ |
D | mactoolboxglue.c | 445 GLUE_NEW(WindowPtr, WinObj_New, "Carbon.Win") 446 GLUE_CONVERT(WindowPtr, WinObj_Convert, "Carbon.Win") 447 GLUE_NEW(WindowPtr, WinObj_WhichWindow, "Carbon.Win")
|
/external/python/cpython2/Mac/Modules/dlg/ |
D | _Dlgmodule.c | 762 WindowPtr _rv; in DlgObj_GetDialogWindow() 1031 WindowPtr behind; in Dlg_NewDialog() 1067 WindowPtr behind; in Dlg_GetNewDialog() 1091 WindowPtr behind; in Dlg_NewColorDialog() 1400 WindowPtr inBehind; in Dlg_NewFeaturesDialog() 1438 WindowPtr window; in Dlg_GetDialogFromWindow() 1528 WindowPtr 1547 WindowPtr w = GetDialogWindow(d); in DlgObj_WhichDialog()
|
/external/python/cpython2/Mac/Modules/qt/ |
D | qtsupport.py | 337 (WindowPtr, 'wp', InMode), 345 (WindowPtr, 'wp', InMode),
|
D | _Qtmodule.c | 272 WindowPtr movieWindow; in MovieCtlObj_MCSetMovie() 550 WindowPtr w; in MovieCtlObj_MCGetWindowRgn() 623 WindowPtr w; in MovieCtlObj_MCNewAttachedController() 646 WindowPtr w; in MovieCtlObj_MCDraw() 664 WindowPtr w; in MovieCtlObj_MCActivate() 721 WindowPtr w; in MovieCtlObj_MCClick() 1030 WindowPtr w; in MovieCtlObj_MCInvalidate() 1051 WindowPtr w; in MovieCtlObj_MCAdjustCursor() 7585 WindowPtr theWindow; in Qt_CreateMovieControl() 26240 WindowPtr wp; in Qt_AlignWindow() [all …]
|
/external/python/cpython2/Mac/Modules/ibcarbon/ |
D | _IBCarbon.c | 61 WindowPtr outWindow; in IBNibRefObj_CreateWindowFromNib()
|
/external/python/cpython2/Mac/Modules/mlte/ |
D | _Mltemodule.c | 857 WindowPtr iWindow; in TXNObj_TXNDragTracker() 887 WindowPtr iWindow; in TXNObj_TXNDragReceiver() 1089 WindowPtr iWindow; in TXNObj_TXNIsObjectAttachedToSpecificWindow() 1463 WindowPtr iWindow; in Mlte_TXNNewObject()
|
/external/python/cpython2/Mac/Modules/list/ |
D | _Listmodule.c | 812 WindowPtr theWindow; in List_CreateCustomList() 862 WindowPtr theWindow; in List_LNew()
|
/external/python/cpython2/Mac/Modules/ |
D | MacOS.c | 521 curdialog = GetNewDialog(resid, NULL, (WindowPtr)-1); in MacOS_splash()
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | Makefile.am | 6 -T INT32 -T INT16 -T INT8 -T Atom -T Time -T WindowPtr -T DrawablePtr \
|
/external/python/cpython2/Mac/Modules/app/ |
D | _Appmodule.c | 289 WindowPtr inWindow; in App_SetThemeWindowBackground() 1548 WindowPtr window; in App_SetThemeTextColorForWindow()
|