The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

sub commands { my( $self ) = @_;

    return ( { label       => 'Set italic font',
               action      => sub { $self->picker->SetDir( wxITALIC_FONT ) },
               },
               );
}