mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.
This commit is contained in:
parent
608b3fa801
commit
a05ac607d7
47 changed files with 4083 additions and 533 deletions
File diff suppressed because it is too large
Load diff
|
@ -32,8 +32,12 @@ class MyScanner(Scanner):
|
|||
|
||||
def makeblacklistnames(self):
|
||||
return [
|
||||
"IsShowContextualMenuClick", # Can't find it in the library
|
||||
"InitContextualMenus", # ditto
|
||||
## "IsShowContextualMenuClick", # Can't find it in the library
|
||||
## "InitContextualMenus", # ditto
|
||||
"GetMenuItemProperty", # difficult for the moment
|
||||
"GetMenuItemPropertySize",
|
||||
"SetMenuItemProperty",
|
||||
"RemoveMenuItemProperty",
|
||||
]
|
||||
|
||||
def makeblacklisttypes(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue