1 # a clock display dialog
2 class ClockDisplay(Screen):
6 def __init__(self, session, clock):
7 Screen.__init__(self, session)
8 self["theClock"] = clock
10 b.onClick = [ self.okbutton ]
12 self["title"] = Header("clock dialog: here you see the current uhrzeit!")