Method
Gtk TreeSelectioniter_is_selected
Declaration [src]
gboolean
gtk_tree_selection_iter_is_selected(
GtkTreeSelection*selection,
GtkTreeIter*iter
)
Description [src]
Returns TRUE if the row at iter is currently selected.
Parameters
iter-
Type:
GtkTreeIterA valid
GtkTreeIter.The data is owned by the caller of the method.
Return value
Type: gboolean
TRUE, if iter is selected.