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

Lines Matching refs:Checkbutton

19 __all__ = ["Button", "Checkbutton", "Combobox", "Entry", "Frame", "Label",
617 class Checkbutton(Widget):
618 """Ttk Checkbutton widget which is either in on- or off-state."""
621 """Construct a Ttk Checkbutton widget with the parent master.
632 Widget.__init__(self, master, "ttk::checkbutton", kw)