Struct gtk::EntryCompletionBuilder
source · [−]pub struct EntryCompletionBuilder { /* private fields */ }Implementations
sourceimpl EntryCompletionBuilder
impl EntryCompletionBuilder
pub fn new() -> Self
pub fn build(self) -> EntryCompletion
pub fn cell_area(self, cell_area: &CellArea) -> Self
pub fn inline_completion(self, inline_completion: bool) -> Self
pub fn inline_selection(self, inline_selection: bool) -> Self
pub fn minimum_key_length(self, minimum_key_length: i32) -> Self
pub fn model(self, model: &TreeModel) -> Self
pub fn popup_completion(self, popup_completion: bool) -> Self
pub fn popup_set_width(self, popup_set_width: bool) -> Self
pub fn popup_single_match(self, popup_single_match: bool) -> Self
pub fn text_column(self, text_column: i32) -> Self
Auto Trait Implementations
impl RefUnwindSafe for EntryCompletionBuilder
impl !Send for EntryCompletionBuilder
impl !Sync for EntryCompletionBuilder
impl Unpin for EntryCompletionBuilder
impl UnwindSafe for EntryCompletionBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more