Trait ComboBoxExtManual

Source
pub trait ComboBoxExtManual: 'static {
    // Required methods
    fn set_active(&self, index_: Option<u32>);
    fn get_active(&self) -> Option<u32>;
}

Required Methods§

Source

fn set_active(&self, index_: Option<u32>)

Source

fn get_active(&self) -> Option<u32>

Implementors§