Help for this page

Select Code to Download


  1. or download this
    my %button_label =
    (
    ...
        my $w = $mw->Button( -text => $button_label{$_} || $_, )->pack;
        $w->place( -x => $placement{$_}[0], -y => $placement{$_}[1] );
    }