Will Woods wrote:
Going slightly mad here - cannot seem to find the right google combination to give me the answer: How do you swap the position of the text so that it is to the left of the button?
There is no way to do this that I know of (but I could be wrong). I would just make a custom control that you initialize the same way as a radio button, but internally it creates a wx.StaticText with the label text given, followed by a RadioButton with a blank label. Then expose all the methods that you will need, which is probably very few.
It should be pretty trivial if you are familiar with custom controls but if you aren't I can give you some assistance.
Hopefully this helps,
Mike