pub trait ComboBoxImpl: ComboBoxImplExt + WidgetImpl {
    // Provided methods
    fn activate(&self) { ... }
    fn changed(&self) { ... }
    fn format_entry_text(&self, path: &str) -> Option<GString> { ... }
}

Provided Methods§

source

fn activate(&self)

source

fn changed(&self)

source

fn format_entry_text(&self, path: &str) -> Option<GString>

Implementors§