42PyObject* py_createBar(PyObject *self, PyObject *args);
56PyObject* py_deleteBar(PyObject *self, PyObject *args);
76PyObject* py_getThemeBar(PyObject *self, PyObject *args);
91PyObject* py_getBarSize(PyObject *self, PyObject *args);
107PyObject* py_resizeBar(PyObject *self, PyObject *args);
122PyObject* py_getBarPos(PyObject *self, PyObject *args);
138PyObject* py_moveBar(PyObject *self, PyObject *args);
153PyObject* py_hideBar(PyObject *self, PyObject *args);
168PyObject* py_showBar(PyObject *self, PyObject *args);
182PyObject* py_getBarValue(PyObject *self, PyObject *args);
197PyObject* py_setBarValue(PyObject *self, PyObject *args);
211PyObject* py_getBarMinMax(PyObject *self, PyObject *args);
227PyObject* py_setBarMinMax(PyObject *self, PyObject *args);
241PyObject* py_getBarSensor(PyObject *self, PyObject *args);
256PyObject* py_setBarSensor(PyObject *self, PyObject *args);
270PyObject* py_getBarImage(PyObject *self, PyObject *args);
285PyObject* py_setBarImage(PyObject *self, PyObject *args);
299PyObject* py_getBarVertical(PyObject *self, PyObject *args);
314PyObject* py_setBarVertical(PyObject *self, PyObject *args);