summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/ctl/ctledit.py
blob: d8770122d8cebb22c8c7f34c76cc96d233ec62ec (plain)
1
2
3
4
5
6
7
8
as_resource_body = """
return ResObj_New((Handle)_self->ob_itself);
"""

f = ManualGenerator("as_Resource", as_resource_body)
f.docstring = lambda : "Return this Control as a Resource"

methods.append(f)