Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
how can i delete them from the $mw widgetfor($i=0;$i<10;++$i) { $mw->Button(-relief => 'flat', -background =>"#FFFFFF",-width => 2, -h +eight => 2)->pack(); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tk question...
by shmem (Chancellor) on Jun 07, 2009 at 19:33 UTC |