Gui: expose functions to Python to add and remove a manipulator

This commit is contained in:
wmayer
2023-10-05 16:27:35 +02:00
committed by Yorik van Havre
parent 26b5adceda
commit cb786fcbcd
2 changed files with 42 additions and 0 deletions

View File

@@ -348,6 +348,9 @@ public:
static PyObject* sAddDocObserver (PyObject *self,PyObject *args);
static PyObject* sRemoveDocObserver (PyObject *self,PyObject *args);
static PyObject* sAddWbManipulator (PyObject *self,PyObject *args);
static PyObject* sRemoveWbManipulator (PyObject *self,PyObject *args);
static PyObject* sListUserEditModes (PyObject *self,PyObject *args);
static PyObject* sGetUserEditMode (PyObject *self,PyObject *args);
static PyObject* sSetUserEditMode (PyObject *self,PyObject *args);