Sets iter
to the currently selected node if this is set to
gtk_selection_single or gtk_selection_browse.
iter
may be NULL if you just want to test if this has any selected nodes. model
is filled with the current model as a convenience. This function will not work if you use this
is gtk_selection_multiple.
this |
A `GtkTreeSelection`. |
model |
A pointer to set to the `GtkTreeModel` |
iter |
The `GtkTreeIter` |
TRUE, if there is a selected node. |