__init__(self,
master=None,
cnf={ } ,
**kw)
(Constructor)
|
|
Construct a radiobutton widget with the parent MASTER.
Valid resource names: activebackground, activeforeground, anchor,
background, bd, bg, bitmap, borderwidth, command, cursor,
disabledforeground, fg, font, foreground, height, highlightbackground,
highlightcolor, highlightthickness, image, indicatoron, justify, padx,
pady, relief, selectcolor, selectimage, state, takefocus, text,
textvariable, underline, value, variable, width, wraplength.
- Overrides:
BaseWidget.__init__
|