X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fgui%2Fepositiongauge.h;h=f90b2809782850bd50a36035e1df0ffebb90db63;hb=316f6a4f78d654e7822431cca75659709c6c3fee;hp=4b202098aec4f6b575acc3c480c71800d3c7aee7;hpb=6c402c27ba2c8cc2c7c6bb6f5fbb0c2d2d0c0f8b;p=vuplus_dvbapp diff --git a/lib/gui/epositiongauge.h b/lib/gui/epositiongauge.h index 4b20209..f90b280 100644 --- a/lib/gui/epositiongauge.h +++ b/lib/gui/epositiongauge.h @@ -18,8 +18,9 @@ public: void setInColor(const gRGB &color); /* foreground? */ void setPointer(int which, gPixmap *pixmap, const ePoint ¢er); + void setPointer(int which, ePtr &pixmap, const ePoint ¢er); - void setInOutList(PyObject *list); + void setInOutList(SWIG_PYOBJECT(ePyObject) list); void setForegroundColor(const gRGB &col); void enableSeekPointer(int enable);