Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.

This commit is contained in:
Jack Jansen 1999-12-12 21:41:51 +00:00
parent 608b3fa801
commit a05ac607d7
47 changed files with 4083 additions and 533 deletions

File diff suppressed because it is too large Load diff

View file

@ -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):