cursor_on_match


Description:

public signal bool cursor_on_match (TreeModel model, TreeIter iter)

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 [method@Gtk.EntryCompletion.set_model].

Parameters:

model

the `GtkTreeModel` containing the matches

iter

a `GtkTreeIter` positioned at the selected match

Returns:

true if the signal has been handled