wxRadioBox without border

Hello,

I am looking for a way to disable the border of a wxRadioBox.

Does anyone know how to do this?

Thanks,

Vincent

Vincent Ferre wrote:

Hello,

I am looking for a way to disable the border of a wxRadioBox.

Does anyone know how to do this?

If the platform supports it then using wxNO_BORDER style will do it.

ยทยทยท

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