Gtk.EntryCompletion::cursor-on-match

function callback(entry_completion, model:Gtk.TreeModel, iter:Gtk.TreeIter, ):Boolean;

Gets emitted when a match from the cursor is on a match of the list. 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.12

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