connectCursorOnMatch

fun connectCursorOnMatch(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (model: TreeModel, iter: TreeIter) -> Boolean): <Error class: unknown class>

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

connectFlags

A combination of ConnectFlags

handler

the Callback to connect. Params: model the GtkTreeModel containing the matches; iter a GtkTreeIter positioned at the selected match. Returns true if the signal has been handled