Trait gtk4::prelude::ComboBoxExtManual
source · [−]pub trait ComboBoxExtManual: 'static {
fn unset_row_separator_func(&self);
fn set_active(&self, index_: Option<u32>);
fn active(&self) -> Option<u32>;
}
Expand description
Trait containing manually implemented methods of ComboBox
.
Required Methods
source
fn unset_row_separator_func(&self)
source