[][src]Trait gtk::RadioToolButtonExt

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

Trait containing all RadioToolButton methods.

Implementors

RadioToolButton

Required methods

fn get_group(&self) -> Vec<RadioButton>

Returns the radio button group self belongs to.

Returns

The group self belongs to.

Loading content...

Implementors

impl<O: IsA<RadioToolButton>> RadioToolButtonExt for O[src]

Loading content...