Struct gtk::EntryCompletionBuilder[][src]

pub struct EntryCompletionBuilder { /* fields omitted */ }
Expand description

A builder-pattern type to construct EntryCompletion objects.

Implementations

Create a new EntryCompletionBuilder.

Build the EntryCompletion.

The CellArea used to layout cell renderers in the treeview column.

If no area is specified when creating the entry completion with EntryCompletion::with_area() a horizontally oriented CellAreaBox will be used.

Determines whether the common prefix of the possible completions should be inserted automatically in the entry. Note that this requires text-column to be set, even if you are using a custom match function.

Determines whether the possible completions on the popup will appear in the entry as you navigate through them.

Determines whether the possible completions should be shown in a popup window.

Determines whether the completions popup window will be resized to the width of the entry.

Determines whether the completions popup window will shown for a single possible completion. You probably want to set this to false if you are using [inline completion][GtkEntryCompletion–inline-completion].

The column of the model containing the strings. Note that the strings must be UTF-8.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.