/pyjs/tests/test020.py
http://pyjamas.googlecode.com/ · Python · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · ad4e381a9bade1ed7a4d8c8edb8d5279 MD5 · raw file
- import ui
- class DayCheckBox(ui.CheckBox):
- def __init__(self, caption, day):
- ui.CheckBox.__init__(self, caption)
- self.day = day