wxNotebook and right mouse click

Hi,
it's possible to implement the right mouse click with wxNotebbok?
I need to append a popupo menu on right click on one of the notebook tabs and at the same time change the notebook selection on the
item right-clicked

Alessandro Crugnola [sephiroth]
Flash | PHP Developer
http://www.sephiroth.it

Team Macromedia Volunteer for Flash
http://www.macromedia.com/go/team

Flash-php mailing list
http://www.flash-php.it/index.php?ml=fpcoders&action=subscribe

Excelent news. :slight_smile:

Robin Dunn wrote:

ยทยทยท

Alessandro Crugnola *sephiroth* wrote:

Hi,
it's possible to implement the right mouse click with wxNotebbok?
I need to append a popupo menu on right click on one of the notebook tabs and at the same time change the notebook selection on the
item right-clicked

Currently you have to guess. In 2.5 there will be a HitTest method that you can use to find out which tab was clicked.