From: Graciliano M. P. \(V. Sites\) <gm...@vi...> - 2002-05-21 03:19:42
|
I'm using a event size to organize my objects in the frame. But the EVT_SIZE only work if I define it for one object. If I try more then 1 it doesn't work! :/ Sample: ... use Wx::Event qw(EVT_SIZE) ; EVT_SIZE( $obj , sub { &My_obj_config($obj, $pos , $size) } ) ; ... |