Description Usage Arguments Details Author(s)
Sets the GtkAdjustment
value. The value is clamped to lie between
adjustment->lower
and
adjustment->upper
.
1 | gtkAdjustmentSetValue(object, value)
|
|
a |
|
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.