pub trait ComboBoxExtManual: 'static {
    // Required methods
    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§

Implementors§