aboutsummaryrefslogtreecommitdiff
path: root/lib/gui/elistboxcontent.h
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-05-26 13:50:46 +0200
committerghost <andreas.monzner@multimedia-labs.de>2010-05-26 13:50:46 +0200
commitcf3aeea4c73bd997f36b5a558a82552b6900053d (patch)
tree21ca7c78e05cdf41598081540da15690e4af3e88 /lib/gui/elistboxcontent.h
parent9de325c2afa2f726297412bbd14956c82627ef78 (diff)
downloadenigma2-cf3aeea4c73bd997f36b5a558a82552b6900053d.tar.gz
enigma2-cf3aeea4c73bd997f36b5a558a82552b6900053d.zip
add new multicontent TYPE_PROGRESS_PIXMAP
this fixes bug #539
Diffstat (limited to 'lib/gui/elistboxcontent.h')
-rw-r--r--lib/gui/elistboxcontent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gui/elistboxcontent.h b/lib/gui/elistboxcontent.h
index d3d2a089..2649c097 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, TYPE_PIXMAP_ALPHABLEND };
+ enum { TYPE_TEXT, TYPE_PROGRESS, TYPE_PIXMAP, TYPE_PIXMAP_ALPHATEST, TYPE_PIXMAP_ALPHABLEND, TYPE_PROGRESS_PIXMAP };
void paint(gPainter &painter, eWindowStyle &style, const ePoint &offset, int selected);
int currentCursorSelectable();
void setList(SWIG_PYOBJECT(ePyObject) list);