| 1714 | self.subwidget_list['selection'] = _dummyComboBox(self, 'selection') |
| 1715 | |
| 1716 | class _dummyFileComboBox(ComboBox, TixSubWidget): |
| 1717 | def __init__(self, master, name, destroy_physically=1): |
| 1718 | TixSubWidget.__init__(self, master, name, destroy_physically) |
| 1719 | self.subwidget_list['dircbx'] = _dummyComboBox(self, 'dircbx') |
| 1720 | |
| 1721 | class _dummyStdButtonBox(StdButtonBox, TixSubWidget): |
| 1722 | def __init__(self, master, name, destroy_physically=1): |