Method

GtkEntryCompletionset_popup_single_match

since: 2.8

Declaration [src]

void
gtk_entry_completion_set_popup_single_match (
  GtkEntryCompletion* completion,
  gboolean popup_single_match
)

Description [src]

Sets whether the completion popup window will appear even if there is only a single match. You may want to set this to FALSE if you are using [inline completion][GtkEntryCompletion—inline-completion].

Available since: 2.8

Parameters

popup_single_match

Type: gboolean

TRUE if the popup should appear even for a single match.