Method

GtkEntryCompletionset_inline_selection

since: 2.12

Declaration [src]

void
gtk_entry_completion_set_inline_selection (
  GtkEntryCompletion* completion,
  gboolean inline_selection
)

Description [src]

Sets whether it is possible to cycle through the possible completions inside the entry.

Available since: 2.12

Parameters

inline_selection

Type: gboolean

TRUE to do inline selection.