From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

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

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