Trait gtk::RadioMenuItemExt [] [src]

pub trait RadioMenuItemExt {
    fn get_group(&self) -> Vec<RadioMenuItem>;
    fn join_group<'a, P: Into<Option<&'a RadioMenuItem>>>(
        &self,
        group_source: P
    ); fn connect_group_changed<F: Fn(&Self) + 'static>(&self, f: F) -> u64; }

Required Methods

Implementors