http://www.perlmonks.org?node_id=449851


in reply to Re: 2 widgets respond to same event
in thread 2 widgets respond to same event

So it sounds like it's not possible in the way I had hoped. I guess a workaround might be to have a MyEvents module that responds to the event and then hardcode the calls to the widgets that need to respond (or have the widgets register themselves with the module and calls everything in it's list).

Thanks,