Trait gtk::MenuToolButtonExt [] [src]

pub trait MenuToolButtonExt {
    fn get_menu(&self) -> Option<Widget>;
    fn set_arrow_tooltip_markup(&self, markup: &str);
    fn set_arrow_tooltip_text(&self, text: &str);
    fn set_menu<P: IsA<Widget>>(&self, menu: &P);
    fn connect_show_menu<F: Fn(&Self) + 'static>(&self, f: F) -> u64;
}

Required Methods

Implementors