Gui: Bind NavigationStyle to Python.

This commit is contained in:
tritao
2025-01-12 00:56:21 +00:00
committed by Chris Hennes
parent 5e9ee22c75
commit 19cfb363b8
7 changed files with 112 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ public:
Py::Object isEnabledNaviCube(const Py::Tuple& args);
Py::Object setNaviCubeCorner(const Py::Tuple& args);
Py::Object getNavigationStyle(const Py::Tuple&);
private:
using method_varargs_handler = PyObject* (*)(PyObject *_self, PyObject *_args);