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> { ... }
}
Expand description

Trait containing manually implemented methods of ComboBox.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§