[][src]Trait gtk::RadioButtonExt

pub trait RadioButtonExt: 'static {
    fn get_group(&self) -> Vec<RadioButton>;
fn join_group<'a, P: IsA<RadioButton> + 'a, Q: Into<Option<&'a P>>>(
        &self,
        group_source: Q
    );
fn connect_group_changed<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

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

fn join_group<'a, P: IsA<RadioButton> + 'a, Q: Into<Option<&'a P>>>(
    &self,
    group_source: Q
)

fn connect_group_changed<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<RadioButton>> RadioButtonExt for O[src]

Loading content...