pub trait ComboBoxExtManual: IsA<ComboBox> + Sealed + 'static {
    // Provided methods
    fn set_active(&self, index_: Option<u32>) { ... }
    fn active(&self) -> Option<u32> { ... }
}

Provided Methods§

source

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

source

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

Implementors§