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