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