Gtk.EntryCompletion::match-selected
function callback(entry_completion, model:Gtk.TreeModel, iter:Gtk.TreeIter, ):Boolean;
Gets emitted when a match from the list is selected. The default behaviour is to replace the contents of the entry with the contents of the text column in the row pointed to by iter.
Note that model is the model that was passed to Gtk.EntryCompletion.prototype.set_model.
Since 2.4
- entry_completion
instance of Gtk.EntryCompletion that is emitting the signal
- model
the Gtk.TreeModel containing the matches
- iter
a Gtk.TreeIter positioned at the selected match
- Returns
true if the signal has been handled