wxPython - Set Tooltip for radio button
In this article we are going to learn about that, how can we add tooltip to a radio button. We will use SetToolTip() function associated with wx.RadioButton. SetToolTip() function takes string used as tool tip as an argument. Syntax: wx.RadioButton.SetToolTip(self, string)Parameters: ParameterInput