[ Version ( since = "2.12" ) ]
public virtual 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].
| model |
the `GtkTreeModel` containing the matches |
| iter |
a `GtkTreeIter` positioned at the selected match |
|
true if the signal has been handled |