Description Usage Arguments Author(s)
Updates the GtkAdjustment
value
to ensure that the range between lower
and upper
is in the current page (i.e. between value
and 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 "changed" signal will be emitted if the value is changed.
1 | gtkAdjustmentClampPage(object, lower, upper)
|
|
a |
|
the lower value. |
|
the upper value. |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.