Last updated: Sun, 12 May 2013 view this page in English
GtkRange::set_range
void set_range(double min, double max);
Sets the allowable values in the GtkRange, and
clamps the range value to be between min and
max. (If the range has a non-zero page size,
it is clamped between min and max - page-size.)
User Contributed Notes gtk.gtkrange.method.set_range.php
There are no user contributed notes for this page.