Trait gtk4::subclass::combo_box::ComboBoxImplExt

source ·
pub trait ComboBoxImplExt: Sealed + ObjectSubclass {
    // 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

Object Safety§

This trait is not object safe.

Implementors§