# GTK Entry Completion Widget

**URL:** https://discourse.julialang.org/t/gtk-entry-completion-widget/70516
**Category:** General Usage
**Tags:** gui
**Created:** [October 27, 2021, 9:14pm UTC](https://discourse.julialang.org/t/gtk-entry-completion-widget/70516 "2021-10-27T21:14:32Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![SergeantMike67](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sergeantmike67/32/25103_2.png) [@SergeantMike67](https://discourse.julialang.org/u/SergeantMike67)
#### Post date: [October 27, 2021, 9:14pm UTC](https://discourse.julialang.org/t/gtk-entry-completion-widget/70516/1 "2021-10-27T21:14:33Z")

</div>

Does anyone have experience using Gtk.jl to set the GTK EntryCompletion? The GTK documents say to use

`"To add completion functionality to an entry, use gtk_entry_set_completion()"`

I have no idea what to do here.
