cursor_on_match
Description:
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 set_model.
Parameters:
model |
the TreeModel containing the matches |
iter |
a TreeIter positioned at the selected match |
Returns:
true if the signal has been handled |