I'm writing a tabbed editor with wxPerl using Wx::AuiNotebook and I want to
have it show a prompt when clicking the X on the tabs.  I've looked at
documentation all over to try to find how to use EVT_AUINOTEBOOK_PAGE_CLOSE
(or EVT_COMMAND_AUINOTEBOOK_PAGE_CLOSE?), but I have not been able to find
what code to use so that it does not say that it is undefined.  Is there
anyone who could advise me on how to use this event? (what to pass on the
'use' statements, etc.)  Are the events I've named even the correct ones?

By the way, I'm using Strawberry Perl 5.10.0.1 along with a wxPerl 0.83 PPM
module that I downloaded last month from
http://www.wxperl.co.uk/repository using
the PPM client (PPM because I couldn't get it to compile from the CPAN
client).  I see there is a 0.83.1 module now available.  Would that possibly
help with my problem at all?

-ShadowFlare

Reply via email to