[][src]Struct gtk::EntryCompletionBuilder

pub struct EntryCompletionBuilder { /* fields omitted */ }

Implementations

impl EntryCompletionBuilder[src]

pub fn new() -> Self[src]

pub fn build(self) -> EntryCompletion[src]

pub fn cell_area<P: IsA<CellArea>>(self, cell_area: &P) -> Self[src]

pub fn inline_completion(self, inline_completion: bool) -> Self[src]

pub fn inline_selection(self, inline_selection: bool) -> Self[src]

pub fn minimum_key_length(self, minimum_key_length: i32) -> Self[src]

pub fn model<P: IsA<TreeModel>>(self, model: &P) -> Self[src]

pub fn popup_completion(self, popup_completion: bool) -> Self[src]

pub fn popup_set_width(self, popup_set_width: bool) -> Self[src]

pub fn popup_single_match(self, popup_single_match: bool) -> Self[src]

pub fn text_column(self, text_column: i32) -> Self[src]

Trait Implementations

impl Clone for EntryCompletionBuilder[src]

impl Default for EntryCompletionBuilder[src]

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.