| 1614 | TixSubWidget.__init__(self, master, name, destroy_physically) |
| 1615 | |
| 1616 | class _dummyFrame(Frame, TixSubWidget): |
| 1617 | def __init__(self, master, name, destroy_physically=1): |
| 1618 | TixSubWidget.__init__(self, master, name, destroy_physically) |
| 1619 | |
| 1620 | class _dummyLabel(Label, TixSubWidget): |
| 1621 | def __init__(self, master, name, destroy_physically=1): |