Trait gio::prelude::ActionMapExt

source ·
pub trait ActionMapExt: 'static {
    // Required methods
    fn add_action(&self, action: &impl IsA<Action>);
    fn lookup_action(&self, action_name: &str) -> Option<Action>;
    fn remove_action(&self, action_name: &str);
}

Required Methods§

source

fn add_action(&self, action: &impl IsA<Action>)

source

fn lookup_action(&self, action_name: &str) -> Option<Action>

source

fn remove_action(&self, action_name: &str)

Implementors§