| 1618 | TixSubWidget.__init__(self, master, name, destroy_physically) |
| 1619 | |
| 1620 | class _dummyLabel(Label, TixSubWidget): |
| 1621 | def __init__(self, master, name, destroy_physically=1): |
| 1622 | TixSubWidget.__init__(self, master, name, destroy_physically) |
| 1623 | |
| 1624 | class _dummyListbox(Listbox, TixSubWidget): |
| 1625 | def __init__(self, master, name, destroy_physically=1): |