(self, name, x, y, w, h, attr, text, next)
| 472 | return self.control(name, "Line", x, y, w, h, 1, None, None, None, None) |
| 473 | |
| 474 | def pushbutton(self, name, x, y, w, h, attr, text, next): |
| 475 | return self.control(name, "PushButton", x, y, w, h, attr, None, text, next, None) |
| 476 | |
| 477 | def radiogroup(self, name, x, y, w, h, attr, prop, text, next): |
| 478 | add_data(self.db, "Control", |