Trait sourceview5::prelude::ComboBoxExtManual
source · pub trait ComboBoxExtManual: Sealed + IsA<ComboBox> + 'static {
// Provided methods
fn unset_row_separator_func(&self) { ... }
fn set_active(&self, index_: Option<u32>) { ... }
fn active(&self) -> Option<u32> { ... }
}
👎Deprecated: Since 4.10
Expand description
Trait containing manually implemented methods of
ComboBox
.
Provided Methods§
fn unset_row_separator_func(&self)
👎Deprecated: Since 4.10
fn set_active(&self, index_: Option<u32>)
👎Deprecated: Since 4.10
fn active(&self) -> Option<u32>
👎Deprecated: Since 4.10
Object Safety§
This trait is not object safe.