wx.Button and accelerator

Is there a way, in Windows, to attach an accelerator to a wx.Button without recourse to a menu?

Raffaello Barella wrote:

Is there a way, in Windows, to attach an accelerator to a wx.Button without recourse to a menu?

IIRC, I think that just using a & in the label should work on Windows.

ยทยทยท

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