Searched refs:propertyTag (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Mac/Modules/win/ |
D | _Winmodule.c | 1900 OSType propertyTag; in WinObj_GetWindowPropertyAttributes() local 1907 PyMac_GetOSType, &propertyTag)) in WinObj_GetWindowPropertyAttributes() 1911 propertyTag, in WinObj_GetWindowPropertyAttributes() 1924 OSType propertyTag; in WinObj_ChangeWindowPropertyAttributes() local 1932 PyMac_GetOSType, &propertyTag, in WinObj_ChangeWindowPropertyAttributes() 1938 propertyTag, in WinObj_ChangeWindowPropertyAttributes()
|
/external/python/cpython2/Mac/Modules/menu/ |
D | _Menumodule.c | 1583 OSType propertyTag; in MenuObj_GetMenuItemPropertyAttributes() local 1591 PyMac_GetOSType, &propertyTag)) in MenuObj_GetMenuItemPropertyAttributes() 1596 propertyTag, in MenuObj_GetMenuItemPropertyAttributes() 1610 OSType propertyTag; in MenuObj_ChangeMenuItemPropertyAttributes() local 1619 PyMac_GetOSType, &propertyTag, in MenuObj_ChangeMenuItemPropertyAttributes() 1626 propertyTag, in MenuObj_ChangeMenuItemPropertyAttributes()
|
/external/python/cpython2/Mac/Modules/ctl/ |
D | _Ctlmodule.c | 1030 OSType propertyTag; in CtlObj_RemoveControlProperty() local 1036 PyMac_GetOSType, &propertyTag)) in CtlObj_RemoveControlProperty() 1040 propertyTag); in CtlObj_RemoveControlProperty() 1052 OSType propertyTag; in CtlObj_GetControlPropertyAttributes() local 1059 PyMac_GetOSType, &propertyTag)) in CtlObj_GetControlPropertyAttributes() 1063 propertyTag, in CtlObj_GetControlPropertyAttributes() 1076 OSType propertyTag; in CtlObj_ChangeControlPropertyAttributes() local 1084 PyMac_GetOSType, &propertyTag, in CtlObj_ChangeControlPropertyAttributes() 1090 propertyTag, in CtlObj_ChangeControlPropertyAttributes()
|