Tooltips for wxRadiobox entries

Is there a way that I can add different tooltips to the individual entries in a wxRadioBox?

As far as I can tell there is no way to obtain a reference to the individual entries in the radio box so I can set the tool tip. Is there a roundabout way I can achieve the same effect?

Cheers,

Eric.

Eric O'Donnell wrote:

Is there a way that I can add different tooltips to the individual entries in a wxRadioBox?

As far as I can tell there is no way to obtain a reference to the individual entries in the radio box so I can set the tool tip. Is there a roundabout way I can achieve the same effect?

Create a set of wxRadioButtons and a wxStaticBox and do the layout with a wxStaticBoxSizer.

ยทยทยท

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