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

Provided Methods§

source

fn activate(&self)

👎Deprecated: Since 4.10
Available on crate feature v4_6 only.
source

fn changed(&self)

👎Deprecated: Since 4.10
source

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

👎Deprecated: Since 4.10

Object Safety§

This trait is not object safe.

Implementors§