|
From: Mattia B. <mb...@ds...> - 2002-07-13 18:06:49
|
> I get an undefined subroutine when using
> "Wx::Event::EVT_LIST_ITEM_RIGHT_CLICK". Is it implemented?
No, I forgot it; as a workaround, use
sub EVT_LIST_ITEM_RIGHT_CLICK($$$) { $_[0]->Connect( $_[1], -1,
&Wx::wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK, $_[2] ); }
HTH
Mattia
|