[][src]Trait gtk::RadioButtonExt

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

Required methods

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

fn join_group<P: IsA<RadioButton>>(&self, group_source: Option<&P>)

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...