Trait gtk4::prelude::ActionableExtManual

source ·
pub trait ActionableExtManual: Sealed + IsA<Actionable> + 'static {
    // Provided method
    fn set_action_target(&self, target: Option<impl Into<Variant>>) { ... }
}
Expand description

Trait containing manually implemented methods of Actionable.

Provided Methods§

source

fn set_action_target(&self, target: Option<impl Into<Variant>>)

Object Safety§

This trait is not object safe.

Implementors§