====================== RadioButtons (hwx.gui) ====================== Group of mutually exclusive RadioButtons. RadioButtons are mutually exclusive with other RadioButtons in the same container. Only one radio botton can be switched on within the same container. RadioButtons are usually used to create composite controls like VRadioButtons or HRadioButtons. Inherits: - :ref:`Widget (hwx.gui)` -------------- Public Methods -------------- +---------------------------------------+ | clear_ (self) | +---------------------------------------+ | setValues_ (self, values, value=None) | +---------------------------------------+ -------------- Method Details -------------- .. _clear: .. method:: clear(self) Destroys the button. .. _setValues: .. method:: setValues(self, values, value=None) Changes the the contents values is the same as on the constructor. If value is specified, sets with the specified value. :param values: The values to set for the RadioButton. :type values: str,list :param value: The value to set for the RadioButton. :type value: str, optional