[][src]Trait gtk::prelude::ComboBoxExtManual

pub trait ComboBoxExtManual: 'static {
    fn set_active<P: Into<Option<u32>>>(&self, index_: P);
fn get_active(&self) -> Option<u32>; }

Required methods

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

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

Loading content...

Implementors

impl<O: IsA<ComboBox>> ComboBoxExtManual for O[src]

Loading content...