Pause?

Is it possible to access the Pause/Break button in wxPython? I'd like to use is as a shortcut key for a menu item.

Alex Zeiger wrote:

Is it possible to access the Pause/Break button in wxPython? I'd like to use is as a shortcut key for a menu item.

I don't think that the code that tanslates the key names in the menuitem strings will recognise it, but you can probably make an accelerator table item that uses it with WXK_PAUSE.

ยทยทยท

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