Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/tkinter/
Dtix.py269 class TixWidget(tkinter.Widget): class
411 class TixSubWidget(TixWidget):
430 TixWidget.__init__(self, master, None, None, {'name' : name})
447 TixWidget.__init__(self, parent, None, None, {'name' : name})
517 class Balloon(TixWidget):
530 TixWidget.__init__(self, master, 'tixBalloon', static, cnf, kw)
544 class ButtonBox(TixWidget):
549 TixWidget.__init__(self, master, 'tixButtonBox',
563 class ComboBox(TixWidget):
578 TixWidget.__init__(self, master, 'tixComboBox',
[all …]
/external/python/cpython2/Lib/lib-tk/
DTix.py273 class TixWidget(Tkinter.Widget): class
415 class TixSubWidget(TixWidget):
434 TixWidget.__init__(self, master, None, None, {'name' : name})
451 TixWidget.__init__(self, parent, None, None, {'name' : name})
519 class Balloon(TixWidget):
532 TixWidget.__init__(self, master, 'tixBalloon', static, cnf, kw)
546 class ButtonBox(TixWidget):
551 TixWidget.__init__(self, master, 'tixButtonBox',
565 class ComboBox(TixWidget):
580 TixWidget.__init__(self, master, 'tixComboBox',
[all …]
/external/python/cpython2/Demo/tix/
DREADME.txt13 particular TixWidget (e.g. ScrolledText) has an embedded widget