Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Dhelp.py32 from tkinter.ttk import Frame, Menubutton, Scrollbar, Style
230 toc = Menubutton(self, text='TOC')
/third_party/python/Lib/tkinter/
Dttk.py778 class Menubutton(Widget): class
1599 class OptionMenu(Menubutton):
1620 Menubutton.__init__(self, master, **kw)
1634 return self.nametowidget(Menubutton.__getitem__(self, item))
1636 return Menubutton.__getitem__(self, item)
D__init__.py3426 class Menubutton(Widget): class
3980 class OptionMenu(Menubutton):
4015 Menubutton.destroy(self)
Dtix.py1632 class _dummyMenubutton(Menubutton, TixSubWidget):
/third_party/python/Doc/library/
Dtkinter.ttk.rst47 :class:`LabelFrame`, :class:`Menubutton`, :class:`PanedWindow`,
71 :class:`Label`, :class:`LabelFrame`, :class:`Menubutton`, :class:`PanedWindow`,
1378 ("Menubutton.background", None),
1379 ("Menubutton.button", {"children":
1380 [("Menubutton.focus", {"children":
1381 [("Menubutton.padding", {"children":
1382 [("Menubutton.label", {"side": "left", "expand": 1})]
1388 mbtn = ttk.Menubutton(text='Text')
/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py255 return tkinter.Menubutton(self.root, **kwargs)
/third_party/python/Lib/tkinter/test/test_ttk/
Dtest_widgets.py724 return ttk.Menubutton(self.root, **kwargs)