Version 3 of ttk::radiobutton

Updated 2011-05-20 17:10:01 by oehhar

Ttk's radiobutton widget.

http://www.tcl.tk/man/tcl8.5/TkCmd/ttk_radiobutton.htm

  Custom font

HaO 2011-05-20 Use a custom style to use a custom font

ttk::style configure custom.TRadiobutton -font {size 20}
pack [ttk::radiobutton .b -style custom.TRadiobutton -text Big]