pub struct EntryCompletionBuilder { /* private fields */ }👎Deprecated: Since 4.10
Expand description
A builder-pattern type to construct EntryCompletion objects.
Implementations§
Source§impl EntryCompletionBuilder
impl EntryCompletionBuilder
pub fn cell_area(self, cell_area: &impl IsA<CellArea>) -> Self
👎Deprecated: Since 4.10
pub fn inline_completion(self, inline_completion: bool) -> Self
👎Deprecated: Since 4.10
pub fn inline_selection(self, inline_selection: bool) -> Self
👎Deprecated: Since 4.10
pub fn minimum_key_length(self, minimum_key_length: i32) -> Self
👎Deprecated: Since 4.10
pub fn model(self, model: &impl IsA<TreeModel>) -> Self
👎Deprecated: Since 4.10
pub fn popup_completion(self, popup_completion: bool) -> Self
👎Deprecated: Since 4.10
pub fn popup_set_width(self, popup_set_width: bool) -> Self
👎Deprecated: Since 4.10
pub fn popup_single_match(self, popup_single_match: bool) -> Self
👎Deprecated: Since 4.10
pub fn text_column(self, text_column: i32) -> Self
👎Deprecated: Since 4.10
Sourcepub fn build(self) -> EntryCompletion
👎Deprecated: Since 4.10
pub fn build(self) -> EntryCompletion
Build the EntryCompletion.
Auto Trait Implementations§
impl Freeze for EntryCompletionBuilder
impl RefUnwindSafe for EntryCompletionBuilder
impl !Send for EntryCompletionBuilder
impl !Sync for EntryCompletionBuilder
impl Unpin for EntryCompletionBuilder
impl UnwindSafe for EntryCompletionBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more