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>; }

Required methods

fn parent_format_entry_text(
    &self,
    combo_box: &Self::Type,
    path: &str
) -> Option<GString>

Implementors