add enigma1 like radio mode (on/off switchable in usage setup)
[vuplus_dvbapp] / lib / python / Components / VideoWindow.py
1 from GUIComponent import GUIComponent
2 from enigma import eVideoWidget
3
4 class VideoWindow(GUIComponent):
5         def __init__(self):
6                 GUIComponent.__init__(self)
7
8         GUI_WIDGET = eVideoWidget