add_range_closed
Description:
public void add_range_closed (
uint first,
uint last)
Adds the closed range [first
, last
], so first
, last
and all values in between.
first
must be smaller than last
.
Parameters:
this |
a `GtkBitset`
|
first |
first value to add
|
last |
last value to add
|