in reply to Get Signal From Other Window using GTK2
my $one_window = ... my $two_window = ... $two_window->signal_connect( ... sub { $one_window->Boogie } ) [download]