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

    POEx::Tickit - use Tickit with POE

SYNOPSIS

     use POE;
     use POEx::Tickit;
    
     my $tickit = POEx::Tickit->new;
    
     # Create some widgets
     # ...
     
     $tickit->set_root_widget( $rootwidget );
    
     $tickit->run;

DESCRIPTION

    This class allows a Tickit user interface to run alongside other
    POE-driven code, using POE as a source of IO events.

AUTHOR

    Paul Evans <leonerd@leonerd.org.uk>