Пример #1
0
 def __init__(self, text, group, isOn=0):
     if group:
         self.w = _snack.radiobutton(text, group.w, isOn)
     else:
         self.w = _snack.radiobutton(text, None, isOn)
Пример #2
0
 def __init__(self, text, group, isOn = 0):
     if group:
         self.w = _snack.radiobutton(text, group.w, isOn)
     else:
         self.w = _snack.radiobutton(text, None, isOn)