Method
GtkAdjustmentclamp_page
Declaration [src]
void
gtk_adjustment_clamp_page (
GtkAdjustment* adjustment,
double lower,
double upper
)
Description [src]
Updates the value of the adjustment to ensure that the given range is contained in the current page.
The current page goes from value
to value
+ page-size
.
If the range is larger than the page size, then only the
start of it will be in the current page.
A GtkAdjustment::value-changed
signal will be emitted
if the value is changed.