Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Perl Tk canvases / abuse...

by choroba (Cardinal)
on May 11, 2021 at 23:02 UTC ( [id://11132440]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
             $canvas->createRectangle(
                 $i * $ps, $j * $ps,
    ...
                 -outline => $c,
                 -tags    => ['bg']);
          }
    
  2. or download this
    sub erase{
        $canvas->delete('bg');
    }
    
  3. or download this
           $canvas->createLine($start_x, $start_y, $x1, $y1,
                               -width => 2,
    ...
    # and after drawing the new background:
    
       $canvas->raise('fg', 'bg');
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11132440]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-03-28 08:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found