fn append(&self, id: Option<&str>, text: &str)fn append_text(&self, text: &str)fn get_active_text(&self) -> Option<GString>fn insert(&self, position: i32, id: Option<&str>, text: &str)fn insert_text(&self, position: i32, text: &str)fn prepend(&self, id: Option<&str>, text: &str)fn prepend_text(&self, text: &str)fn remove(&self, position: i32)fn remove_all(&self)impl<O: IsA<ComboBoxText>> ComboBoxTextExt for O[src]fn append(&self, id: Option<&str>, text: &str)[src]fn append_text(&self, text: &str)[src]fn get_active_text(&self) -> Option<GString>[src]fn insert(&self, position: i32, id: Option<&str>, text: &str)[src]fn insert_text(&self, position: i32, text: &str)[src]fn prepend(&self, id: Option<&str>, text: &str)[src]fn prepend_text(&self, text: &str)[src]fn remove(&self, position: i32)[src]fn remove_all(&self)[src]