gtk4::subclass::check_button

Trait CheckButtonImplExt

Source
pub trait CheckButtonImplExt: Sealed + ObjectSubclass {
    // Provided methods
    fn parent_toggled(&self) { ... }
    fn parent_activate(&self) { ... }
}

Provided Methods§

Source

fn parent_toggled(&self)

Source

fn parent_activate(&self)

Available on crate feature v4_2 only.

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§