Home
last modified time | relevance | path

Searched refs:Menubutton (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/idlelib/
H A Dhelp.py32 from tkinter.ttk import Frame, Menubutton, Scrollbar, Style namespace
230 toc = Menubutton(self, text='TOC')
/third_party/python/Lib/tkinter/
H A Dttk.py20 "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__.py3462 class Menubutton(Widget): class
3463 """Menubutton widget, obsolete since Tk8.0."""
4016 class OptionMenu(Menubutton):
4051 Menubutton.destroy(self)
H A Dtix.py1185 menubutton Menubutton
1257 menubutton Menubutton
1632 class _dummyMenubutton(Menubutton, TixSubWidget):
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_widgets.py283 return tkinter.Menubutton(self.root, **kwargs)
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py738 return ttk.Menubutton(self.root, **kwargs)

Completed in 16 milliseconds