Trait gio::prelude::ActionMapExtManual

source ·
pub trait ActionMapExtManual: Sealed + IsA<ActionMap> {
    // Provided method
    fn add_action_entries(
        &self,
        entries: impl IntoIterator<Item = ActionEntry<Self>>
    ) { ... }
}

Provided Methods§

source

fn add_action_entries( &self, entries: impl IntoIterator<Item = ActionEntry<Self>> )

Object Safety§

This trait is not object safe.

Implementors§