note re module level functions

This commit is contained in:
WandererFan 2016-01-24 10:35:07 -05:00 committed by wmayer
parent 6d07fec219
commit 2abc79eb97

View File

@ -44,7 +44,9 @@
using namespace TechDrawGui;
//TODO: TechDraw does not open/import/export SVG/DXF files. Not sure what belongs here.
//TODO: TechDraw does not open/import/export SVG/DXF files like Drawing. Not sure what belongs here.
//equivalents to GuiCommand for MDIViewPage::saveSVG?, print, printPDF or just make MDIViewPage methods Py accessible?
//
/* module functions */
static PyObject *
open(PyObject *self, PyObject *args)