I have looked for a while, but I haven't been able to
find the style parameter (assuming that is how you do
it) to center the buttons within a RadioBox. I have
only two buttons and they are by default left
justified. They are at the top of the box. I would like
them centered vertically and horizontally within the
box. Can someone fill me in on where to find this
parameter?
I have looked for a while, but I haven't been able to
find the style parameter (assuming that is how you do
it) to center the buttons within a RadioBox. I have
only two buttons and they are by default left
justified. They are at the top of the box. I would like
them centered vertically and horizontally within the
box. Can someone fill me in on where to find this
parameter?
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!