How to set only the wxspinbutton background colour of wxspinctrl?

Or is this impossible?
Stani

Stani's Python Editor wrote:

Or is this impossible?

Probably. You can make your own spinctrl by combining a wx.TextCtrl and a wx.SpinButton, then you can set the attributes of the two components independently.

ยทยทยท

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