in reply to Perl/tk : Add checkbox button inside a frame

Yes its possible, its trivial even, see the docs, and see/run the tk demo program "widget"

See also How do I post a question effectively?

  • Comment on Re: Perl/tk : Add checkbox button inside a frame

Replies are listed 'Best First'.
Re^2: Perl/tk : Add checkbox button inside a frame
by Anonymous Monk on Aug 29, 2011 at 10:03 UTC
    perl -MTk -e " my $mw = tkinit; $mw->Checkbutton( -text => $_ )->pack for @ARGV; MainLoop; " milk milk lemonade