add_range
Description:
public void add_range (
uint start,
uint n_items)
Adds all values from start (inclusive) to start + n_items (exclusive) in this
.
Parameters:
| this |
a `GtkBitset`
|
| start |
first value to add
|
| n_items |
number of consecutive values to add
|