The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Padre::Wx::Role::Conduit - Role to allow an object to receive Wx events

DESCRIPTION

This is a role that provides the functionality needed to receive Wx thread events.

However, you should only use this role once, in the parent process.

It is implemented as a role so that the functionality can be used across the main process and various testing classes (and will be easier to turn into a CPAN spinoff later).