Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/tkinter/matt/
Dmenu-simple.py107 mBar.tk_menuBar(File_button, Edit_button)
Dtwo-radio-groups.py101 mBar.tk_menuBar(Radiobutton_button, Radiobutton_button2)
Dmenu-all-types-of-entries.py238 mBar.tk_menuBar(Command_button, Cascade_button, Checkbutton_button, Radiobutton_button, NoMenu)
/external/python/cpython2/Demo/tkinter/guido/
Drmt.py151 mBar.tk_menuBar(file)
Dkill.py70 self.bar.tk_menuBar(self.bar.file, self.bar.view)
Dsvkill.py92 self.bar.tk_menuBar(self.bar.file,
/external/python/cpython2/Lib/lib-tk/
DTkinter.py485 def tk_menuBar(self, *args): member in Misc
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a1.rst873 Removed dummy methods in Tkinter widget classes: tk_menuBar() and
/external/python/cpython3/Doc/whatsnew/
D3.6.rst2106 * The ``tk_menuBar()`` and ``tk_bindForTraversal()`` dummy methods in