gtk4::subclass::check_button

Trait CheckButtonImpl

Source
pub trait CheckButtonImpl: CheckButtonImplExt + WidgetImpl {
    // Provided methods
    fn toggled(&self) { ... }
    fn activate(&self) { ... }
}

Provided Methods§

Source

fn toggled(&self)

Source

fn 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§