diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-02-28 09:21:57 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-02-28 09:21:57 +0000 |
| commit | d5cacc98a3f6f21cb03e29bf5dac733c710cc49d (patch) | |
| tree | 525410da99197c0611d83c349507376e56a64cdb /lib/python/Components/MultiContent.py | |
| parent | 77899dbcdd418844bb0749eeb2538b87eed4c83f (diff) | |
| download | enigma2-d5cacc98a3f6f21cb03e29bf5dac733c710cc49d.tar.gz enigma2-d5cacc98a3f6f21cb03e29bf5dac733c710cc49d.zip | |
use categories to categorize the plugins
Diffstat (limited to 'lib/python/Components/MultiContent.py')
| -rw-r--r-- | lib/python/Components/MultiContent.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/python/Components/MultiContent.py b/lib/python/Components/MultiContent.py index 691152b4..06ecde96 100644 --- a/lib/python/Components/MultiContent.py +++ b/lib/python/Components/MultiContent.py @@ -19,3 +19,8 @@ def MultiContentEntryText(pos = (0, 0), size = (0, 0), font = 0, flags = RT_HALI def MultiContentEntryPixmap(pos = (0, 0), size = (0, 0), png = None): return (eListboxPythonMultiContent.TYPE_PIXMAP, pos[0], pos[1], size[0], size[1], png) + +def MultiContentEntryPixmapAlphaTest(pos = (0, 0), size = (0, 0), png = None): + return (eListboxPythonMultiContent.TYPE_PIXMAP_ALPHATEST, pos[0], pos[1], size[0], size[1], png) + +
\ No newline at end of file |
