X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fgui%2Felistboxcontent.h;h=d3d2a08937814e15ae343702d3528beb76b02a57;hp=6bb45590e433ab51c8a34136c8978f125dd44a03;hb=afbe9cb01976b8e246ceebe299566700f3c55b0c;hpb=e68a1617b7c1efbedf8b28309943dd7669daaad0 diff --git a/lib/gui/elistboxcontent.h b/lib/gui/elistboxcontent.h index 6bb4559..d3d2a08 100644 --- a/lib/gui/elistboxcontent.h +++ b/lib/gui/elistboxcontent.h @@ -69,7 +69,7 @@ class eListboxPythonMultiContent: public eListboxPythonStringContent public: eListboxPythonMultiContent(); ~eListboxPythonMultiContent(); - enum { TYPE_TEXT, TYPE_PROGRESS, TYPE_PIXMAP, TYPE_PIXMAP_ALPHATEST }; + enum { TYPE_TEXT, TYPE_PROGRESS, TYPE_PIXMAP, TYPE_PIXMAP_ALPHATEST, TYPE_PIXMAP_ALPHABLEND }; void paint(gPainter &painter, eWindowStyle &style, const ePoint &offset, int selected); int currentCursorSelectable(); void setList(SWIG_PYOBJECT(ePyObject) list);