pub trait RadioToolButtonExt: 'static {
    fn group(&self) -> Vec<RadioButton>;
}
Expand description

Trait containing all RadioToolButton methods.

Implementors

RadioToolButton

Required Methods

Returns the radio button group self belongs to.

Returns

The group self belongs to.

Implementors