Trait gtk4::prelude::ComboBoxExtManual

source ·
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> { ... }
}
👎Deprecated: Since 4.10
Expand description

Trait containing manually implemented methods of ComboBox.

Provided Methods§

source

fn unset_row_separator_func(&self)

👎Deprecated: Since 4.10
source

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

👎Deprecated: Since 4.10
source

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

👎Deprecated: Since 4.10

Object Safety§

This trait is not object safe.

Implementors§