Home | History | Annotate | Download | only in lib-tk

Lines Matching defs:Button

19 __all__ = ["Button", "Checkbutton", "Combobox", "Entry", "Frame", "Label",
161 ("Menubutton.button", {"children":
174 Menubutton.button -children {
594 class Button(Widget):
595 """Ttk Button widget, displays a textual label and/or image, and
599 """Construct a Ttk Button widget with the parent master.
610 Widget.__init__(self, master, "ttk::button", kw)
614 """Invokes the command associated with the button."""