25 #ifndef RICHTEXTLABEL_PYTHON_H 26 #define RICHTEXTLABEL_PYTHON_H 57 PyObject* py_createRichText(PyObject *
self, PyObject *args);
73 PyObject* py_deleteRichText(PyObject *
self, PyObject *args);
93 PyObject* py_getThemeRichText(PyObject *
self, PyObject *args);
108 PyObject* py_getRichTextSize(PyObject *
self, PyObject *args);
124 PyObject* py_resizeRichText(PyObject *
self, PyObject *args);
139 PyObject* py_getRichTextPos(PyObject *
self, PyObject *args);
156 PyObject* py_moveRichText(PyObject *
self, PyObject *args);
171 PyObject* py_hideRichText(PyObject *
self, PyObject *args);
186 PyObject* py_showRichText(PyObject *
self, PyObject *args);
200 PyObject* py_getRichTextValue(PyObject *
self, PyObject *args);
230 PyObject* py_setRichTextValue(PyObject *
self, PyObject *args);
244 PyObject* py_getRichTextSensor(PyObject *
self, PyObject *args);
259 PyObject* py_setRichTextSensor(PyObject *
self, PyObject *args);
274 PyObject* py_setRichTextFontSize(PyObject *
self, PyObject *args);
288 PyObject* py_getRichTextFontSize(PyObject *
self, PyObject *args);
303 PyObject* py_setRichTextFont(PyObject *
self, PyObject *args);
317 PyObject* py_getRichTextFont(PyObject *
self, PyObject *args);
336 PyObject* py_set_rich_text_width(PyObject*
self, PyObject* args);
338 #endif // RICHTEXTLABEL_PYTHON_H