pub trait RadioToolButtonExt: 'static { fn group(&self) -> Vec<RadioButton>; }
Trait containing all RadioToolButton methods.
RadioToolButton
Returns the radio button group self belongs to.
self
The group self belongs to.