From: Marcus <li...@wo...> - 2002-07-12 04:07:20
|
I get an undefined subroutine when using "Wx::Event::EVT_LIST_ITEM_RIGHT_CLICK". Is it implemented? EVT_LIST_ITEM_SELECTED works fine. I'm trying to have two separate events for a list: 1) single left-click 2) right-click (to open a pop-up menu) Are there any other ways currently available to achieve this? (By default it seems a right click is also processed as as a list item selection.) Thanks, Marcus |