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

Lines Matching refs:Radiobutton

5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton,
2686 self.add('radiobutton', cnf or kw)
2705 self.insert(index, 'radiobutton', cnf or kw)
2764 class Radiobutton(Widget):
2765 """Radiobutton widget which shows only one of several buttons in on-state."""
2767 """Construct a radiobutton widget with the parent MASTER.
2776 Widget.__init__(self, master, 'radiobutton', cnf, kw)