(self, name, x, y, w, h, text)
| 466 | text, None, None) |
| 467 | |
| 468 | def bitmap(self, name, x, y, w, h, text): |
| 469 | return self.control(name, "Bitmap", x, y, w, h, 1, None, text, None, None) |
| 470 | |
| 471 | def line(self, name, x, y, w, h): |
| 472 | return self.control(name, "Line", x, y, w, h, 1, None, None, None, None) |