25#ifndef TEXTLABEL_PYTHON_H
26#define TEXTLABEL_PYTHON_H
46PyObject* py_createText(PyObject *self, PyObject *args);
62PyObject* py_deleteText(PyObject *self, PyObject *args);
82PyObject* py_getThemeText(PyObject *self, PyObject *args);
97PyObject* py_getTextSize(PyObject *self, PyObject *args);
113PyObject* py_resizeText(PyObject *self, PyObject *args);
128PyObject* py_getTextPos(PyObject *self, PyObject *args);
145PyObject* py_moveText(PyObject *self, PyObject *args);
160PyObject* py_hideText(PyObject *self, PyObject *args);
174PyObject* py_showText(PyObject *self, PyObject *args);
188PyObject* py_getTextValue(PyObject *self, PyObject *args);
203PyObject* py_setTextValue(PyObject *self, PyObject *args);
217PyObject* py_getTextSensor(PyObject *self, PyObject *args);
232PyObject* py_setTextSensor(PyObject *self, PyObject *args);
251PyObject* py_setTextShadow(PyObject *self, PyObject *args);
265PyObject* py_getTextShadow(PyObject *self, PyObject *args);
283PyObject* py_setTextFontSize(PyObject *self, PyObject *args);
297PyObject* py_getTextFontSize(PyObject *self, PyObject *args);
317PyObject* py_setTextColor(PyObject *self, PyObject *args);
331PyObject* py_getTextColor(PyObject *self, PyObject *args);
349PyObject* py_setTextFont(PyObject *self, PyObject *args);
363PyObject* py_getTextFont(PyObject *self, PyObject *args);
378PyObject* py_setTextAlign(PyObject *self, PyObject *args);
392PyObject* py_getTextAlign(PyObject *self, PyObject *args);
395PyObject* py_setTextScroll(PyObject *self, PyObject *args);