gtkAdjustmentSetValue
Sets the GtkAdjustment
value. The value is clamped to lie between
adjustment->lower
and
adjustment->upper
.
gtkAdjustmentSetValue(object, value)
|
|
|
the new value. |
Note that for adjustments which are used in a GtkScrollbar
, the effective
range of allowed values goes from adjustment->lower
to
adjustment->upper - adjustment->page_size
.
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.