cursor_on_match
Description:
[ Version ( since = "2.12" ) ]
public virtual signal bool cursor_on_match (TreeModel model, TreeIter iter)
public virtual signal bool cursor_on_match (TreeModel model, TreeIter iter)
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 |