Trait gtk4::subclass::combo_box::ComboBoxImplExt
source · pub trait ComboBoxImplExt: ObjectSubclass {
// Required methods
fn parent_activate(&self);
fn parent_changed(&self);
fn parent_format_entry_text(&self, path: &str) -> Option<GString>;
}