]> granicus.if.org Git - python/commit
Unified handle-conversion scheme to
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 23 Dec 1999 14:32:06 +0000 (14:32 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 23 Dec 1999 14:32:06 +0000 (14:32 +0000)
commita1a0fef2ea9ece5b16f9e6c37800778c64844e69
tree6af31ec1186b5ebe0aed89f5c4159445fff61381
parent7b912120caa517ef4fa65eefc26e63f3dea8009a
Unified handle-conversion scheme to
  handle = Ctl.as_Resource(ctl)
  ctl = Ctl.as_Control(handle)
and similarly for List, Menu, TE. The old handle.as_Control() methods are
still there for backward compatability.
Mac/Modules/ctl/Ctlmodule.c
Mac/Modules/ctl/ctledit.py
Mac/Modules/ctl/ctlsupport.py
Mac/Modules/list/Listmodule.c
Mac/Modules/list/listsupport.py
Mac/Modules/menu/Menumodule.c
Mac/Modules/menu/menuedit.py
Mac/Modules/menu/menusupport.py
Mac/Modules/te/TEmodule.c
Mac/Modules/te/tesupport.py