Method

GtkSelectionModelis_selected

Declaration [src]

gboolean
gtk_selection_model_is_selected (
  GtkSelectionModel* model,
  guint position
)

Description [src]

Checks if the given item is selected.

Parameters

position

Type: guint

The position of the item to query.

Return value

Type: gboolean

TRUE if the item is selected.