Class around PixMap objects that allows more python-like access. By Joe Strout.
[python/dscho.git] / Tools / modulator / Templates / object_mlist
bloba12a9e1be18726c567a78cd4b242f03758f0329b
2 static struct PyMethodDef $abbrev$_methods[] = {
3         $methodlist$
4         {NULL,          NULL}           /* sentinel */
5 };
7 /* ---------- */