15#define PY_PARSE(a, b, c, d) (PyArg_ParseTuple(a, (char*)b, c, d))
16#define PY_BUILD(a, b) (Py_BuildValue((char*)a, b))
18bool checkKaramba(
long widget);
19bool checkMeter(
long widget,
long meter,
const char* type);
20bool checkKarambaAndMeter(
long widget,
long meter,
const char* type);
22TQString PyString2TQString(PyObject* text);
23PyObject* TQString2PyString(TQString
string);
25PyObject* py_getThemeMeter(PyObject *self, PyObject *args, TQString type);
26PyObject* py_getSize(PyObject *self, PyObject *args, TQString type);
27PyObject* py_resize(PyObject *self, PyObject *args, TQString type);
28PyObject* py_getPos(PyObject *self, PyObject *args, TQString type);
29PyObject* py_move(PyObject *self, PyObject *args, TQString type);
30PyObject*
py_hide(PyObject *self, PyObject *args, TQString type);
31PyObject*
py_show(PyObject *self, PyObject *args, TQString type);
32PyObject* py_getValue(PyObject *self, PyObject *args, TQString type);
33PyObject* py_setValue(PyObject *self, PyObject *args, TQString type);
34PyObject* py_getStringValue(PyObject *self, PyObject *args, TQString type);
35PyObject* py_setStringValue(PyObject *self, PyObject *args, TQString type);
36PyObject* py_getMinMax(PyObject *self, PyObject *args, TQString type);
37PyObject* py_setMinMax(PyObject *self, PyObject *args, TQString type);
38PyObject* py_getSensor(PyObject *self, PyObject *args, TQString type);
39PyObject* py_setSensor(PyObject *self, PyObject *args, TQString type);
40PyObject* py_getColor(PyObject *self, PyObject *args, TQString type);
41PyObject* py_setColor(PyObject *self, PyObject *args, TQString type);
PyObject * py_show(PyObject *self, PyObject *args)
Misc/show.
PyObject * py_hide(PyObject *self, PyObject *args)
Misc/hide.