Method

GtkEntryset_completion

since: 2.4

Declaration [src]

void
gtk_entry_set_completion (
  GtkEntry* entry,
  GtkEntryCompletion* completion
)

Description [src]

Sets completion to be the auxiliary completion object to use with entry. All further configuration of the completion mechanism is done on completion using the GtkEntryCompletion API. Completion is disabled if completion is set to NULL.

Available since: 2.4

Sets propertyGtk.Entry:completion

Parameters

completion

Type: GtkEntryCompletion

The GtkEntryCompletion or NULL.

The argument can be NULL.
The data is owned by the caller of the method.