X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d31edc55afe5881edd22b2b058f3b2e8663cdf3d..4cf93697fb70abeaca0eecf61873902b7f00c1da:/lib/gui/elistbox.h diff --git a/lib/gui/elistbox.h b/lib/gui/elistbox.h index 62461e14..1cadf74b 100644 --- a/lib/gui/elistbox.h +++ b/lib/gui/elistbox.h @@ -120,9 +120,8 @@ public: void setBackgroundColor(gRGB &col); void setForegroundColor(gRGB &col); - void setTransparent(int t); - void setBackgroundPicture(gPixmap *pm); - void setSelectionPicture(gPixmap *pm); + void setBackgroundPicture(ePtr &pixmap); + void setSelectionPicture(ePtr &pixmap); struct eListboxStyle *getLocalStyle(void); #ifndef SWIG