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