Trait gtk4::subclass::combo_box::ComboBoxImplExt [−][src]
pub trait ComboBoxImplExt: ObjectSubclass {
fn parent_changed(&self, combo_box: &Self::Type);
fn parent_format_entry_text(
&self,
combo_box: &Self::Type,
path: &str
) -> Option<GString>;
}