Trait gtk::RadioButtonExt
[−]
[src]
pub trait RadioButtonExt {
fn get_group(&self) -> Vec<RadioButton>;
fn join_group<'a, P: Into<Option<&'a RadioButton>>>(&self, group_source: P);
fn connect_group_changed<F: Fn(&Self) + 'static>(&self, f: F) -> u64;
}
Required Methods
fn get_group(&self) -> Vec<RadioButton>
fn join_group<'a, P: Into<Option<&'a RadioButton>>>(&self, group_source: P)
fn connect_group_changed<F: Fn(&Self) + 'static>(&self, f: F) -> u64
Implementors
impl<O: IsA<RadioButton> + IsA<Object>> RadioButtonExt for O