diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-02 11:43:42 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-02 11:43:42 +0000 |
| commit | a194b290cad5bfd10126b9a225b08e2c58c5c990 (patch) | |
| tree | 834024873ab0f83c0a7a330b670e2b31fd1c44dd /lib/gui/elistboxcontent.h | |
| parent | df21108d272341745a001f781a3b8bd628f4ace6 (diff) | |
| download | enigma2-a194b290cad5bfd10126b9a225b08e2c58c5c990.tar.gz enigma2-a194b290cad5bfd10126b9a225b08e2c58c5c990.zip | |
add type to python multi content entrys
Diffstat (limited to 'lib/gui/elistboxcontent.h')
| -rw-r--r-- | lib/gui/elistboxcontent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gui/elistboxcontent.h b/lib/gui/elistboxcontent.h index 4d2c46b5..a93ba512 100644 --- a/lib/gui/elistboxcontent.h +++ b/lib/gui/elistboxcontent.h @@ -126,6 +126,7 @@ private: class eListboxPythonMultiContent: public eListboxPythonStringContent { public: + enum { TYPE_TEXT, TYPE_PROGRESS, TYPE_PIXMAP }; void paint(gPainter &painter, eWindowStyle &style, const ePoint &offset, int selected); void setFont(int fnt, gFont *fnt); |
