| 1610 | TixSubWidget.__init__(self, master, name, destroy_physically) |
| 1611 | |
| 1612 | class _dummyEntry(Entry, TixSubWidget): |
| 1613 | def __init__(self, master, name, destroy_physically=1): |
| 1614 | TixSubWidget.__init__(self, master, name, destroy_physically) |
| 1615 | |
| 1616 | class _dummyFrame(Frame, TixSubWidget): |
| 1617 | def __init__(self, master, name, destroy_physically=1): |