Searched refs:Menubutton (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Lib/idlelib/ |
H A D | help.py | 32 from tkinter.ttk import Frame, Menubutton, Scrollbar, Style namespace 230 toc = Menubutton(self, text='TOC')
|
/third_party/python/Lib/tkinter/ |
H A D | ttk.py | 20 "Labelframe", "LabelFrame", "Menubutton", "Notebook", "Panedwindow", 139 [("Menubutton.background", None), 140 ("Menubutton.button", {"children": 141 [("Menubutton.focus", {"children": 142 [("Menubutton.padding", {"children": 143 [("Menubutton.label", {"side": "left", "expand": 1})] 147 ("Menubutton.indicator", {"side": "right"}) 152 Menubutton.background 153 Menubutton.button -children { 154 Menubutton 753 class Menubutton(Widget): global() class [all...] |
H A D | __init__.py | 3462 class Menubutton(Widget): class 3463 """Menubutton widget, obsolete since Tk8.0.""" 4016 class OptionMenu(Menubutton): 4051 Menubutton.destroy(self)
|
H A D | tix.py | 1185 menubutton Menubutton 1257 menubutton Menubutton 1632 class _dummyMenubutton(Menubutton, TixSubWidget):
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_widgets.py | 283 return tkinter.Menubutton(self.root, **kwargs)
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
H A D | test_widgets.py | 738 return ttk.Menubutton(self.root, **kwargs)
|
Completed in 16 milliseconds