(self, action, condition)
| 431 | [(self.dlg.name, self.name, event, attribute)]) |
| 432 | |
| 433 | def condition(self, action, condition): |
| 434 | add_data(self.dlg.db, "ControlCondition", |
| 435 | [(self.dlg.name, self.name, action, condition)]) |
| 436 | |
| 437 | class RadioButtonGroup(Control): |
| 438 | def __init__(self, dlg, name, property): |
nothing calls this directly
no test coverage detected