gtk4::subclass::actionable

Trait ActionableImplExt

source
pub trait ActionableImplExt: ActionableImpl {
    // Provided methods
    fn parent_action_name(&self) -> Option<GString> { ... }
    fn parent_action_target_value(&self) -> Option<Variant> { ... }
    fn parent_set_action_name(&self, name: Option<&str>) { ... }
    fn parent_set_action_target_value(&self, value: Option<&Variant>) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§