]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport of 1.8-1.10 (of _Menumodule.c):
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 27 Feb 2002 23:15:29 +0000 (23:15 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 27 Feb 2002 23:15:29 +0000 (23:15 +0000)
commitcaa994db594f172c7b89273b30e6c9ab2b09d0fe
tree393417eba3a7a06b8755439f97f14580c0ecfd31
parent6fd4b173e25684b62cf8dea87badd17ffa6290a6
Backport of 1.8-1.10 (of _Menumodule.c):
- The output MenuRef of GetMenuItemHierarchicalMenu() may be NULL.
- Added support for optional MenuObj arguments
- Added a bunch of calls as functions with an optional
  MenuObj first argument. The same calls already
  exist as methods, but then the first arg isn't
  optional... The method versions could go as far as I'm
  concerned. Jack?
Mac/Modules/menu/_Menumodule.c
Mac/Modules/menu/menuedit.py
Mac/Modules/menu/menuscan.py
Mac/Modules/menu/menusupport.py