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§
sourcefn parent_activate(&self)
 
fn parent_activate(&self)
👎Deprecated: Since 4.10
Available on crate feature 
v4_6 only.sourcefn parent_changed(&self)
 
fn parent_changed(&self)
👎Deprecated: Since 4.10
sourcefn parent_format_entry_text(&self, path: &str) -> Option<GString>
 
fn parent_format_entry_text(&self, path: &str) -> Option<GString>
👎Deprecated: Since 4.10