Home
last modified time | relevance | path

Searched refs:ControlHandle (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Mac/Modules/ctl/
Dctledit.py10 f = Function(ControlHandle, 'as_Control',
14 f = Method(Handle, 'as_Resource', (ControlHandle, 'ctl', InMode))
17 f = Method(void, 'GetControlRect', (ControlHandle, 'ctl', InMode), (Rect, 'rect', OutMode))
D_Ctlmodule.c22 extern PyObject *_CtlObj_New(ControlHandle);
23 extern int _CtlObj_Convert(PyObject *, ControlHandle *);
29 static PyObject *CtlObj_WhichControl(ControlHandle);
31 #define as_Control(h) ((ControlHandle)h)
143 ControlHandle ob_itself;
147 PyObject *CtlObj_New(ControlHandle itself) in CtlObj_New()
159 int CtlObj_Convert(PyObject *v, ControlHandle *p_itself) in CtlObj_Convert()
1191 ControlHandle inContainer; in CtlObj_EmbedControl()
1229 ControlHandle outParent; in CtlObj_GetSuperControl()
1266 ControlHandle outSubControl; in CtlObj_GetIndexedSubControl()
[all …]
Dctlsupport.py24 ControlHandle = OpaqueByValueType(OBJECTTYPE, OBJECTPREFIX) variable
25 ControlRef = ControlHandle
/external/python/cpython2/Tools/bgen/bgen/
Dmacsupport.py67 ControlHandle = OpaqueByValueType("ControlHandle", "CtlObj") variable
68 ControlRef = ControlHandle
/external/python/cpython2/Include/
Dpymactoolbox.h128 extern PyObject *CtlObj_New(ControlHandle);
129 extern int CtlObj_Convert(PyObject *, ControlHandle *);
/external/python/cpython2/Python/
Dmactoolboxglue.c396 GLUE_NEW(ControlHandle, CtlObj_New, "Carbon.Ctl")
397 GLUE_CONVERT(ControlHandle, CtlObj_Convert, "Carbon.Ctl")
/external/python/cpython2/Mac/Modules/carbonevt/
D_CarbonEvtmodule.c1795 ControlHandle inControl; in CarbonEvents_GetControlEventTarget()
1969 ControlHandle inControl; in CarbonEvents_SetWindowDefaultButton()
1987 ControlHandle inControl; in CarbonEvents_SetWindowCancelButton()
2005 ControlHandle outControl; in CarbonEvents_GetWindowDefaultButton()
2022 ControlHandle outControl; in CarbonEvents_GetWindowCancelButton()
/external/python/cpython2/Mac/Modules/list/
D_Listmodule.c488 ControlHandle _rv; in ListObj_GetListVerticalScrollBar()
500 ControlHandle _rv; in ListObj_GetListHorizontalScrollBar()
/external/python/cpython2/Mac/Modules/dlg/
D_Dlgmodule.c588 ControlHandle outControl; in DlgObj_GetDialogItemAsControl()
/external/python/cpython2/Mac/Modules/res/
D_Resmodule.c421 _res = CtlObj_New((ControlHandle)_self->ob_itself); in ResObj_as_Control()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c7589 ControlHandle returnedControl; in Qt_CreateMovieControl()