path_is_selected


Description:

public bool path_is_selected (TreePath path)

Returns true if the row pointed to by path is currently selected.

Note:

Use GtkListView or GtkColumnView

If path does not point to a valid location, false is returned

Parameters:

this

A `GtkTreeSelection`.

path

A `GtkTreePath` to check selection on.

Returns:

true if path is selected.