libadwaita::subclass::prelude

Trait ComboBoxImplExt

source
pub trait ComboBoxImplExt: ComboBoxImpl {
    // Provided methods
    fn parent_activate(&self) { ... }
    fn parent_changed(&self) { ... }
    fn parent_format_entry_text(&self, path: &str) -> Option<GString> { ... }
}

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§

source§

impl<T> ComboBoxImplExt for T
where T: ComboBoxImpl,