EVT_NOTEBOOKCTRL_PAGE_CHANGED not fired by arrows in gtk notebookctrl

SPE Stani's Python Editor wrote:

Hi all,
I discovered what is most probably a bug with the gtk version of
wx,NotebookCtrl When you have a lot tabs open you get a left and right
arrow (see screenshot). Clicking on these arrows changes the page
without firing a EVT_NOTEBOOKCTRL_PAGE_CHANGED event.
This is on Ubuntu Feisty 7.04 with wxPython 2.8.1.1
Maybe I can find a work around with a EVT_LEFT_UP or something but
this should not be necessary. If someone has already a solution,
please let me know.

It may be dependent on other factors, (version of gtk, etc.) because I just tried it with the Notebook sample in the demo and I do get the changing and changed events here on Edgy.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!