Method

GtkEntryCompletionset_inline_completion

since: 2.6

Declaration [src]

void
gtk_entry_completion_set_inline_completion (
  GtkEntryCompletion* completion,
  gboolean inline_completion
)

Description [src]

Sets whether the common prefix of the possible completions should be automatically inserted in the entry.

Available since: 2.6

Parameters

inline_completion

Type: gboolean

TRUE to do inline completion.