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

Lines Matching refs:Radiobutton

21            "PanedWindow", "Progressbar", "Radiobutton", "Scale", "Scrollbar",
1031 class Radiobutton(Widget):
1032 """Ttk Radiobutton widgets are used in groups to show or change a
1036 """Construct a Ttk Radiobutton with parent master.
1047 Widget.__init__(self, master, "ttk::radiobutton", kw)