[][src]Trait gtk::RadioMenuItemExt

pub trait RadioMenuItemExt: 'static {
    fn get_group(&self) -> Vec<RadioMenuItem>;
fn join_group<'a, P: IsA<RadioMenuItem> + '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<RadioMenuItem>

fn join_group<'a, P: IsA<RadioMenuItem> + '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<RadioMenuItem>> RadioMenuItemExt for O[src]

Loading content...