Home | History | Annotate | Download | only in tkinter

Lines Matching defs:Button

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