I'm working with a wxRadioBox control and I was wondering if there were
any
way to control the spacing of the buttons it creates. In other words, I
have a RadioBox with 3 choices in a single column - I would like to
increase
the amount of vertical space between each of the items. Is this possible?
I don't seem to see anything in the docs...
I think you'll have to use indivual wxRadioButton objects and manage the
layout yourself. A wxStaticBoxSizer will probably be very helpful.
ยทยทยท
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!
_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users