RecordTimer.py,RecordingConfig.py,setup.xml: *add possibility to change the default...
[enigma2.git] / lib / python / Components / Renderer / Pixmap.py
1 from Renderer import Renderer
2
3 from enigma import ePixmap
4
5 class Pixmap(Renderer):
6         GUI_WIDGET = ePixmap