Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/
DTix.py277 class TixWidget(Tkinter.Widget): class
419 class TixSubWidget(TixWidget):
438 TixWidget.__init__(self, master, None, None, {'name' : name})
455 TixWidget.__init__(self, parent, None, None, {'name' : name})
523 class Balloon(TixWidget):
536 TixWidget.__init__(self, master, 'tixBalloon', static, cnf, kw)
550 class ButtonBox(TixWidget):
555 TixWidget.__init__(self, master, 'tixButtonBox',
569 class ComboBox(TixWidget):
584 TixWidget.__init__(self, master, 'tixComboBox',
[all …]
/external/python/cpython2/Demo/tix/
DREADME.txt13 particular TixWidget (e.g. ScrolledText) has an embedded widget