GtkSelectionModelInterface.getSelectionInRange

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

Return Value

A GtkBitset that matches the selection state for the given range with all other values being undefined. The bitset must not be modified.

Meta