[wxPython-users] add TextCtrl to RadioBox
Robin Dunn
robin at alldunn.com
Mon Jan 7 11:04:16 PST 2008
hyperboreean wrote:
> Hi,
> I have a RadioBox with a few radios and the last radio when checked
> should show a TextCtrl bellow it. But how can I do it so that the
> TextCtrl stays within the box?
Instead of a RadioBox use a collection of wx.RadioButtons and the
wx.TextCtrl, and then put them all in a wx.StaticBox using a
wx.StaticBoxSizer.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list