Help for this page
my $item = Wx::MenuItem->new( $parent ... ); $item->SetBitmap( ... ); $parent->Append( $item );
#!/usr/bin/perl -- ... $app->MainLoop(); } __END__