By Anders Holst:
[vuplus_dvbapp] / lib / gui / epositiongauge.h
index 4b20209..f90b280 100644 (file)
@@ -18,8 +18,9 @@ public:
        
        void setInColor(const gRGB &color); /* foreground? */
        void setPointer(int which, gPixmap *pixmap, const ePoint &center);
+       void setPointer(int which, ePtr<gPixmap> &pixmap, const ePoint &center);
        
-       void setInOutList(PyObject *list);
+       void setInOutList(SWIG_PYOBJECT(ePyObject) list);
        void setForegroundColor(const gRGB &col);
        
        void enableSeekPointer(int enable);