Trait libadwaita::subclass::prelude::ComboBoxImpl
source · pub trait ComboBoxImpl: ComboBoxImplExt + WidgetImpl {
// Provided methods
fn activate(&self) { ... }
fn changed(&self) { ... }
fn format_entry_text(&self, path: &str) -> Option<GString> { ... }
}
Provided Methods§
fn activate(&self)
fn changed(&self)
fn format_entry_text(&self, path: &str) -> Option<GString>
Object Safety§
This trait is not object safe.