Home
last modified time | relevance | path

Searched refs:WinObj_Convert (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Mac/Modules/ctl/
D_Ctlmodule.c1215 WinObj_Convert, &inWindow)) in CtlObj_AutoEmbedControl()
3932 WinObj_Convert, &owningWindow, in Ctl_NewControl()
3967 WinObj_Convert, &owningWindow)) in Ctl_GetNewControl()
3984 WinObj_Convert, &theWindow)) in Ctl_DrawControls()
4001 WinObj_Convert, &inWindow, in Ctl_UpdateControls()
4023 WinObj_Convert, &theWindow)) in Ctl_FindControl()
4042 WinObj_Convert, &inWindow)) in Ctl_IdleControls()
4061 WinObj_Convert, &inWindow, in Ctl_GetControlByID()
4083 WinObj_Convert, &inWindow, in Ctl_DumpControlHierarchy()
4104 WinObj_Convert, &inWindow)) in Ctl_CreateRootControl()
[all …]
/external/python/cpython2/Mac/Modules/carbonevt/
D_CarbonEvtmodule.c1783 WinObj_Convert, &inWindow)) in CarbonEvents_GetWindowEventTarget()
1883 WinObj_Convert, &inWindow)) in CarbonEvents_RunAppModalLoopForWindow()
1898 WinObj_Convert, &inWindow)) in CarbonEvents_QuitAppModalLoopForWindow()
1913 WinObj_Convert, &inWindow)) in CarbonEvents_BeginAppModalStateForWindow()
1928 WinObj_Convert, &inWindow)) in CarbonEvents_EndAppModalStateForWindow()
1943 WinObj_Convert, &inWindow)) in CarbonEvents_SetUserFocusWindow()
1971 WinObj_Convert, &inWindow, in CarbonEvents_SetWindowDefaultButton()
1989 WinObj_Convert, &inWindow, in CarbonEvents_SetWindowCancelButton()
2007 WinObj_Convert, &inWindow)) in CarbonEvents_GetWindowDefaultButton()
2024 WinObj_Convert, &inWindow)) in CarbonEvents_GetWindowCancelButton()
/external/python/cpython2/Mac/Modules/drag/
D_Dragmodule.c835 WinObj_Convert, &window)) in Drag_GetDragHiliteColor()
924 if ( !PyArg_ParseTuple(_args, "O|O&", &callback, WinObj_Convert, &theWindow) ) in Drag_InstallTrackingHandler()
943 if ( !PyArg_ParseTuple(_args, "O|O&", &callback, WinObj_Convert, &theWindow) ) in Drag_InstallReceiveHandler()
961 if ( !PyArg_ParseTuple(_args, "|O&", WinObj_Convert, &theWindow) ) in Drag_RemoveTrackingHandler()
978 if ( !PyArg_ParseTuple(_args, "|O&", WinObj_Convert, &theWindow) ) in Drag_RemoveReceiveHandler()
/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c27 #define WinObj_Convert _WinObj_Convert macro
73 int WinObj_Convert(PyObject *v, WindowPtr *p_itself) in WinObj_Convert() function
311 WinObj_Convert, &inUnavailableWindow)) in WinObj_SetWindowModality()
581 WinObj_Convert, &behindWindow)) in WinObj_SendBehind()
1369 WinObj_Convert, &inParentWindow, in WinObj_TransitionWindowAndParent()
1618 WinObj_Convert, &parentWindow, in WinObj_RepositionWindow()
1851 WinObj_Convert, &inParentWindow)) in WinObj_ShowSheetWindow()
2600 if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, WinObj_Convert, &itself)) return NULL; in WinObj_tp_new()
2667 WinObj_Convert, &behind)) in Win_GetNewCWindow()
2696 WinObj_Convert, &behind, in Win_NewWindow()
[all …]
/external/python/cpython2/Mac/Modules/dlg/
D_Dlgmodule.c1043 WinObj_Convert, &behind, in Dlg_NewDialog()
1073 WinObj_Convert, &behind)) in Dlg_GetNewDialog()
1103 WinObj_Convert, &behind, in Dlg_NewColorDialog()
1413 WinObj_Convert, &inBehind, in Dlg_NewFeaturesDialog()
1443 WinObj_Convert, &window)) in Dlg_GetDialogFromWindow()
/external/python/cpython2/Include/
Dpymactoolbox.h204 extern int WinObj_Convert(PyObject *, WindowPtr *);
/external/python/cpython2/Mac/Modules/mlte/
D_Mltemodule.c866 WinObj_Convert, &iWindow, in TXNObj_TXNDragTracker()
895 WinObj_Convert, &iWindow, in TXNObj_TXNDragReceiver()
1095 WinObj_Convert, &iWindow)) in TXNObj_TXNIsObjectAttachedToSpecificWindow()
1476 WinObj_Convert, &iWindow, in Mlte_TXNNewObject()
/external/python/cpython2/Python/
Dmactoolboxglue.c446 GLUE_CONVERT(WindowPtr, WinObj_Convert, "Carbon.Win")
/external/python/cpython2/Mac/Modules/list/
D_Listmodule.c824 WinObj_Convert, &theWindow, in List_CreateCustomList()
872 WinObj_Convert, &theWindow, in List_LNew()
/external/python/cpython2/Mac/Modules/app/
D_Appmodule.c296 WinObj_Convert, &inWindow, in App_SetThemeWindowBackground()
1556 WinObj_Convert, &window, in App_SetThemeTextColorForWindow()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c279 WinObj_Convert, &movieWindow, in MovieCtlObj_MCSetMovie()
555 WinObj_Convert, &w)) in MovieCtlObj_MCGetWindowRgn()
630 WinObj_Convert, &w, in MovieCtlObj_MCNewAttachedController()
651 WinObj_Convert, &w)) in MovieCtlObj_MCDraw()
670 WinObj_Convert, &w, in MovieCtlObj_MCActivate()
729 WinObj_Convert, &w, in MovieCtlObj_MCClick()
1036 WinObj_Convert, &w, in MovieCtlObj_MCInvalidate()
1058 WinObj_Convert, &w, in MovieCtlObj_MCAdjustCursor()
7594 WinObj_Convert, &theWindow, in Qt_CreateMovieControl()
26246 WinObj_Convert, &wp, in Qt_AlignWindow()
[all …]
/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c99 if (WinObj_Convert(v, &win) && v) { in GrafObj_Convert()