Centering buttons in RadioBox

Can such a parameter be added? It seems logical to want
to center the buttons horizontally and vertically.

--vicki

There isn't one, but you can probably simulate it

using

a wxStaticBox
and a series of wxRadioButtons, possibly using a
wxStaticBoxSizer for
the layout.

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

with

···

wxPython!

---------------------------------------------------------------------

To unsubscribe, e-mail:
wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail:
wxPython-users-help@lists.wxwindows.org

vicki@stanfield.net wrote:

Can such a parameter be added? It seems logical to want
to center the buttons horizontally and vertically.

Add a feature request. I think the typical usage is to just size the box to just fit the radio buttons so maybe no one has thought of adding the capability yet.

···

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