Virtual Method

Gtk.SelectionModel.select_item

Declaration [src]

gboolean
select_item (
  GtkSelectionModel* model,
  guint position,
  gboolean unselect_rest
)

Description [src]

Requests to select an item in the model.

Parameters

position guint
 

the position of the item to select

unselect_rest gboolean
 

whether previously selected items should be unselected

Return value

Returns: gboolean

TRUE if this action was supported and no fallback should be tried. This does not mean the item was selected.