james_ has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,

I need to use different labels for the standard YES NO CANCEL buttons on a wxMessageDialog object. I have tried the wxMessageDialog::SetYesNoCancelLabels method, but it gives the "Can't locate object method "SetYesNoCancelLabels" via package "Wx::MessageDialog" at " message.

Is there another way besides updating my distribution of wxWidgets?

Replies are listed 'Best First'.
Re: wxMessageDialog different buttons
by Anonymous Monk on Oct 17, 2008 at 00:34 UTC
    Is there another way besides updating my distribution of wxWidgets?
    Yes, rewrite wxMessageDialog in perl using wxDialog. Which do you think is better?