[wxPython] Read Only Spin Control

I would like to make a read only spin control. I tried intercepting the key events but that didn’t work. Can anyone tell me how to do it?

Brian Prentice

I would like to make a read only spin control. I tried intercepting
the key events but that didn't work. Can anyone tell me how to do it?

Does calling Enable(false) do what you need?

···

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