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