Trait nativeshell::shell::MenuDelegate[][src]

pub trait MenuDelegate {
    fn on_menu_open(&self, menu_handle: MenuHandle);
fn on_menu_action(&self, menu_handle: MenuHandle, id: i64);
fn get_platform_menu(&self, menu: MenuHandle) -> Result<Rc<PlatformMenu>>;
fn move_to_previous_menu(&self, menu_handle: MenuHandle);
fn move_to_next_menu(&self, menu_handle: MenuHandle); }

Required methods

Implementors