GtkSelectionModelInterface.getSelectionInRange

Return a bitset with all currently selected items in the given range. By default, this function will call GtkSelectionModel::is_selected() on all items in the given range.

struct GtkSelectionModelInterface
extern (C)
GtkBitset* function(GtkSelectionModel* model, uint position, uint nItems) getSelectionInRange;