#changed all email address to go through python.org
[python/dscho.git] / Mac / Modules / menu / menuedit.py
blob7d53cd513ceadd7ab64c0e428fbff27510bbd03b
1 f = Function(void, 'OpenDeskAcc',
2 (Str255, 'name', InMode),
4 functions.append(f)
6 as_resource_body = """
7 return ResObj_New((Handle)_self->ob_itself);
8 """
10 f = ManualGenerator("as_Resource", as_resource_body)
11 f.docstring = lambda : "Return this Menu as a Resource"
13 methods.append(f)