Added as_Resource() method to convert ctl object to res object

This commit is contained in:
Jack Jansen 1995-06-18 20:16:33 +00:00
parent 80adc227d2
commit 5d56f4b403
3 changed files with 21 additions and 0 deletions

View file

@ -82,6 +82,7 @@ Method = OSErrMethodGenerator
functions = []
methods = []
execfile(INPUTFILE)
execfile('ctledit.py')
# add the populated lists to the generator groups
for f in functions: module.add(f)