in reply to Re^3: Question about embedded Tk::Canvas
in thread Question about embedded Tk::Canvas
for (my $n = 0; $n < $Maxobj; $n++ ){ my $canvas = $CstObj->{'matrix'}->windowDelete("$n,1"); } ## should delete embedded widgets in canvas track too (I hope).
|
|---|