Searched refs:Menubutton (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Lib/idlelib/ |
D | help.py | 32 from tkinter.ttk import Frame, Menubutton, Scrollbar, Style 230 toc = Menubutton(self, text='TOC')
|
/third_party/python/Lib/tkinter/ |
D | ttk.py | 778 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__.py | 3426 class Menubutton(Widget): class 3980 class OptionMenu(Menubutton): 4015 Menubutton.destroy(self)
|
D | tix.py | 1632 class _dummyMenubutton(Menubutton, TixSubWidget):
|
/third_party/python/Doc/library/ |
D | tkinter.ttk.rst | 47 :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/ |
D | test_widgets.py | 255 return tkinter.Menubutton(self.root, **kwargs)
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 724 return ttk.Menubutton(self.root, **kwargs)
|