Color parsing for UICaption __init__ - closes #58
This commit is contained in:
parent
ac7f7052cd
commit
a465a9861d
3 changed files with 45 additions and 8 deletions
|
|
@ -29,6 +29,7 @@ public:
|
|||
static int set_member(PyObject*, PyObject*, void*);
|
||||
|
||||
static PyGetSetDef getsetters[];
|
||||
static PyColorObject* from_arg(PyObject*);
|
||||
};
|
||||
|
||||
namespace mcrfpydef {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue