Ubuntu – wx.RB_SINGLE makes button unable to be deselected with wxPython
According to the wxWidgets docs1, wxRB_SINGLE requires the programmer to manually handle selecting and deselecting radio buttons from the event handler for the button. However, try as I might, wxPython doesn't let me do that. I tried both directly calling…