Help for this page

Select Code to Download


  1. or download this
    $button = $canvas->Button( -text => "Push me", 
       -command => sub { print "Been pushed\n"; });
    $id = $canvas->createWindow( 0, 0, -window => $button, 
       -tags => "button1", -anchor => "center" );
    
  2. or download this
    $canvas->move( "button1", 100, 100);