showTaskView() in Python

This commit is contained in:
jriegel
2013-06-09 20:04:23 +02:00
parent b7523b63af
commit 6eb90b1b21
2 changed files with 8 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ public:
Py::Object isAllowedAlterDocument(const Py::Tuple&);
Py::Object isAllowedAlterView(const Py::Tuple&);
Py::Object isAllowedAlterSelection(const Py::Tuple&);
Py::Object showTaskView(const Py::Tuple&);
private:
static ControlPy* instance;