Searched refs:bind_widget (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Demo/tix/samples/ |
D | Balloon.py | 50 b.bind_widget(button1, balloonmsg='Close Window', 52 b.bind_widget(button2, balloonmsg='Self-destruct button',
|
D | PopMenu.py | 27 p.bind_widget(top) 28 p.bind_widget(but)
|
/external/python/cpython2/Demo/tix/ |
D | tixwidgets.py | 223 demo.balloon.bind_widget(b1, msg='Choose\na font', 225 demo.balloon.bind_widget(b2, msg='Point size',
|
/external/python/cpython3/Lib/tkinter/ |
D | tix.py | 536 def bind_widget(self, widget, cnf={}, **kw): member in Balloon 1264 def bind_widget(self, widget): member in PopupMenu
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 538 def bind_widget(self, widget, cnf={}, **kw): member in Balloon 1267 def bind_widget(self, widget): member in PopupMenu
|