I have a multi-page wx.Wizard using wxPython 2.8.9.2. I'm trying to
change the 'Next >' label on one page to a custom value - let's say
'Checkout >' for teh sake or argument.
The only way I can think of doing this seems a bit hacky:
Hello, I made the test again with version 4.2.5 of wxPython, the behavior is still the same. Event if the Next button label seems to be modified by setlabel function the label displayed is always Next (or Finish for the last panel). For Previous and Cancel buttons all is working fine. Any idea on what is going wrong? Thanks