|
NAMETk::CheckBox - Another radio button style widget (with a check mark) SYNOPSIS use Tk;
my $MainWindow = MainWindow->new();
Tk::MainLoop;
DESCRIPTIONA radio button style widget that uses a check mark in a box. Useful as a boolean field. AUTHORSDamion K. Wilson, dkw@rcm.bm HISTORYPOD ERRORSHey! The above document had some coding errors, which are explained below:
|