Help for this page

Select Code to Download


  1. or download this
    my $arrowDnBits = pack("b8" x 5,
            "........",
    ...
            "...11...",
            "........");
    $top->DefineBitmap('arrowDn' => 8, 5, $arrowDnBits);
    
  2. or download this
    $top->configure(-bitmap=>'arrowDn', -background=>'red');
    $top->image(-bitmap=>'arrowDn', -background=>'red');
    $top->arrowDn(-background=>'red');