1 |
|
# |
2 |
# timezone_text.py: text mode timezone selection dialog |
# timezone_text.py: text mode timezone selection dialog |
3 |
# |
# |
4 |
# Copyright 2000-2002 Red Hat, Inc. |
# Copyright 2000-2002 Red Hat, Inc. |
90 |
self.l.setCurrent(default) |
self.l.setCurrent(default) |
91 |
# self.l.setCallback(self.updateClock) |
# self.l.setCallback(self.updateClock) |
92 |
|
|
|
# self.c = Checkbox("System clock uses UTC", isOn = asUtc) |
|
93 |
# self.c.setCallback(self.updateSysClock) |
# self.c.setCallback(self.updateSysClock) |
94 |
|
|
95 |
self.g = GridFormHelp(screen, _("Time Zone Selection"), "timezone", |
self.g = GridFormHelp(screen, _("Time Zone Selection"), "timezone", |
96 |
1, 5) |
1, 5) |
97 |
self.g.add(t, 0, 0) |
self.g.add(t, 0, 0) |
98 |
# self.g.add(self.label, 0, 1, padding = (0, 1, 0, 0), anchorLeft = 1) |
# self.g.add(self.label, 0, 1, padding = (0, 1, 0, 0), anchorLeft = 1) |
|
# self.g.add(self.c, 0, 2, padding = (0, 1, 0, 1), anchorLeft = 1) |
|
99 |
self.g.add(self.l, 0, 3, padding = (0, 0, 0, 1)) |
self.g.add(self.l, 0, 3, padding = (0, 0, 0, 1)) |
100 |
self.g.add(bb, 0, 4, growx = 1) |
self.g.add(bb, 0, 4, growx = 1) |
101 |
|
|