Trait gtk4::subclass::check_button::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.

Object Safety§

This trait is not object safe.

Implementors§