gtk4::subclass::combo_box

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> { ... }
}
๐Ÿ‘ŽDeprecated: Since 4.10

Provided Methodsยง

source

fn parent_activate(&self)

๐Ÿ‘ŽDeprecated: Since 4.10
Available on crate feature v4_6 only.
source

fn parent_changed(&self)

๐Ÿ‘ŽDeprecated: Since 4.10
source

fn parent_format_entry_text(&self, path: &str) -> Option<GString>

๐Ÿ‘ŽDeprecated: Since 4.10

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ยง