libadwaita::subclass::prelude

Trait ComboBoxImpl

source
pub trait ComboBoxImpl: WidgetImpl + ObjectSubclass
where Self::Type: IsA<ComboBox>,
{ // 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>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§