grid layer API modernization
This commit is contained in:
parent
b66b934d8f
commit
001cc6efd6
5 changed files with 977 additions and 184 deletions
|
|
@ -243,7 +243,7 @@ public:
|
|||
static PyObject* get_hovered_cell(PyUIGridObject* self, void* closure);
|
||||
|
||||
// #147 - Layer system Python API
|
||||
static PyObject* py_add_layer(PyUIGridObject* self, PyObject* args, PyObject* kwds);
|
||||
static PyObject* py_add_layer(PyUIGridObject* self, PyObject* args);
|
||||
static PyObject* py_remove_layer(PyUIGridObject* self, PyObject* args);
|
||||
static PyObject* get_layers(PyUIGridObject* self, void* closure);
|
||||
static PyObject* py_layer(PyUIGridObject* self, PyObject* args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue