ComboBoxImpl

Trait ComboBoxImpl 

Source
pub trait ComboBoxImpl: WidgetImpl + ObjectSubclass<Type: IsA<ComboBox> + IsA<CellEditable> + IsA<CellLayout>> {
    // 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
Source

fn changed(&self)

๐Ÿ‘ŽDeprecated: Since 4.10
Source

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

๐Ÿ‘ŽDeprecated: Since 4.10

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ยง