set_completion
Description:
[ Version ( deprecated = true , deprecated_since = "4.10" ) ]
public void set_completion (EntryCompletion? completion)
public void set_completion (EntryCompletion? completion)
Warning: set_completion is deprecated since 4.10.
Sets completion
to be the auxiliary completion object to use with this.
Note:
GtkEntryCompletion will be removed in GTK 5.
All further configuration of the completion mechanism is done on completion
using the `GtkEntryCompletion` API. Completion is
disabled if completion
is set to null.
Parameters:
this |
A `GtkEntry` |
completion |
The `GtkEntryCompletion` |