signal callback delegate or function to connect
bool callback(gtk.tree_model.TreeModel model, gtk.tree_iter.TreeIter iter, gtk.entry_completion.EntryCompletion entryCompletion)
model the gtk.tree_model.TreeModel containing the matches (optional)
iter a gtk.tree_iter.TreeIter positioned at the selected match (optional)
entryCompletion the instance the signal is connected to (optional)
Returns true if the signal has been handled
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to CursorOnMatch signal.
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.entry_completion.EntryCompletion.setModel.