pub trait ComboBoxImplExt: Sealed + ObjectSubclass {
// Provided methods
fn parent_activate(&self) { ... }
fn parent_changed(&self) { ... }
fn parent_format_entry_text(&self, path: &str) -> Option<GString> { ... }
}
👎Deprecated: Since 4.10
Provided Methods§
fn parent_activate(&self)
👎Deprecated: Since 4.10
Available on crate feature
v4_6
only.fn parent_changed(&self)
👎Deprecated: Since 4.10
fn parent_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.