RadioBox in wxPython

Cliff Wells clifford.wells at comcast.net
Tue Oct 26 08:21:32 EDT 2004


On Tue, 2004-10-26 at 16:19 +0800, Austin wrote:
> Every time i use wxRadioBox, it will show the box.
> I just want the options show on the panel. What could i do?

Don't use a wx.RadioBox.  The box is a feature of that control.  Instead
just use wx.RadioButtons and lay them out yourself in a wx.BoxSizer.

Regards,
Cliff

-- 
Cliff Wells <clifford.wells at comcast.net>




More information about the Python-list mailing list