Searched defs:propertyTag (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Mac/Modules/menu/
H A D_Menumodule.c1583 OSType propertyTag; local
1591 PyMac_GetOSType, &propertyTag))
1596 propertyTag,
1610 OSType propertyTag; local
1619 PyMac_GetOSType, &propertyTag,
1626 propertyTag,
2453 PyDoc_STR("(MenuItemIndex item, OSType propertyCreator, OSType propertyTag) -> (UInt32 attributes)")},
2455 PyDoc_STR("(MenuItemIndex item, OSType propertyCreator, OSType propertyTag, UInt32 attributesToSet, UInt32 attributesToClear) -> None")},
/external/python/cpython2/Mac/Modules/win/
H A D_Winmodule.c1900 OSType propertyTag; local
1907 PyMac_GetOSType, &propertyTag))
1911 propertyTag,
1924 OSType propertyTag; local
1932 PyMac_GetOSType, &propertyTag,
1938 propertyTag,
2517 PyDoc_STR("(OSType propertyCreator, OSType propertyTag) -> (UInt32 attributes)")},
2519 PyDoc_STR("(OSType propertyCreator, OSType propertyTag, UInt32 attributesToSet, UInt32 attributesToClear) -> None")},
/external/python/cpython2/Mac/Modules/ctl/
H A D_Ctlmodule.c1030 OSType propertyTag; local
1036 PyMac_GetOSType, &propertyTag))
1040 propertyTag);
1052 OSType propertyTag; local
1059 PyMac_GetOSType, &propertyTag))
1063 propertyTag,
1076 OSType propertyTag; local
1084 PyMac_GetOSType, &propertyTag,
1090 propertyTag,
3577 PyDoc_STR("(OSType propertyCreator, OSType propertyTag)
[all...]

Completed in 223 milliseconds