[ Version ( since = "2.4" ) ]
public virtual signal bool match_selected (TreeModel model, TreeIter iter)
Gets emitted when a match from the list is selected.
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.
model |
the TreeModel containing the matches |
iter |
a TreeIter positioned at the selected match |
true if the signal has been handled |