warn instead of fatal if bitmap is incompatible.
[enigma2.git] / lib / gui / epositiongauge.h
index 4b202098aec4f6b575acc3c480c71800d3c7aee7..f90b2809782850bd50a36035e1df0ffebb90db63 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);