Home
last modified time | relevance | path

Searched refs:TixSubWidget (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/tkinter/
Dtix.py416 class TixSubWidget(TixWidget): class
446 parent = TixSubWidget(parent, plist[i],
1110 self.subwidget_list[name] = TixSubWidget(self, name)
1146 self.subwidget_list['nbframe'] = TixSubWidget(self, 'nbframe',
1151 self.subwidget_list[name] = TixSubWidget(self, name)
1225 self.subwidget_list[name] = TixSubWidget(self, name,
1604 class _dummyButton(Button, TixSubWidget):
1606 TixSubWidget.__init__(self, master, name, destroy_physically)
1608 class _dummyCheckbutton(Checkbutton, TixSubWidget):
1610 TixSubWidget.__init__(self, master, name, destroy_physically)
[all …]