[ CCode ( cname = "gimp_page_selector_select_range" ) ]
[ Version ( since = "2.4" ) ]
public void select_range (string range)
Selects the pages described by range.
The range string is a user-editable list of pages and ranges, e.g. "1,3,5-7,9-12,14". Note that the page numbering in the range string starts with 1, not 0.
Invalid pages and ranges will be silently ignored, duplicate and overlapping pages and ranges will be merged.
| this |
Pointer to a PageSelector. |
| range |
A string representing the set of selected pages. |