Trait gtk::RadioMenuItemExt [] [src]

pub trait RadioMenuItemExt {
    fn get_group(&self) -> Vec<RadioMenuItem>;
fn connect_group_changed<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Implementors