Trait gio::prelude::ActionMapExt

source ·
pub trait ActionMapExt: IsA<ActionMap> + Sealed + 'static {
    // Provided 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) { ... }
}

Provided 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)

Object Safety§

This trait is not object safe.

Implementors§