add ChoiceBox screen for asking simple multi choice questions
[enigma2.git] / lib / python / Screens / __init__.py
index ac85ca44c828ffa629a417fc1fcd05e6c6a5bd11..82e4d833416ad54e67fb85deea9c04b393281a0e 100644 (file)
@@ -1,4 +1,8 @@
 __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", 
        "InfoBar", "MessageBox", "Menu", "MovieSelection", 
        "ScartLoopThrough", "Screen", "ServiceScan", "About",
-       "TimerEdit", "Setup", "HarddiskSetup"]
+       "TimerEdit", "Setup", "HarddiskSetup", "FixedMenu",
+       "Satconfig", "Scanconfig", "Ci.py", "Volume.py", "Mute.py",
+       "EpgSelection", "EventView", "Standby", "ServiceInfo",
+       "AudioSelection", "SubserviceSelection", "InfoBarGenerics", "HelpMenu", "Wizard",
+       "PVRState", "Console", "InputBox", "ChoiceBox" ]