| 1638 | TixSubWidget.__init__(self, master, name, destroy_physically) |
| 1639 | |
| 1640 | class _dummyText(Text, TixSubWidget): |
| 1641 | def __init__(self, master, name, destroy_physically=1): |
| 1642 | TixSubWidget.__init__(self, master, name, destroy_physically) |
| 1643 | |
| 1644 | class _dummyScrolledListBox(ScrolledListBox, TixSubWidget): |
| 1645 | def __init__(self, master, name, destroy_physically=1): |