NAME
Tk::FlatRadiobutton - an alternative radiobutton implementation for perl/Tk
SYNOPSIS
use Tk::FlatRadiobutton;
$mw->FlatRadiobutton->pack;
DESCRIPTION
Tk::FlatRadiobutton is an alternative radiobutton implementation. Please refer to the Tk::FlatCheckbox documentation for a list of valid options.
SEE ALSO
Tk::FlatCheckbox, Tk::Radiobutton
AUTHOR
Slaven Rezić <srezic@cpan.org>
COPYRIGHT
Copyright (c) 2001,2007 Slaven Rezić. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.