Description Usage Arguments Details Author(s)
Sets all properties of the adjustment at once.
1 2 | gtkAdjustmentConfigure(object, value, lower, upper, step.increment,
page.increment, page.size)
|
|
a |
|
the new value |
|
the new minimum value |
|
the new maximum value |
|
the new step increment |
|
the new page increment |
|
the new page size |
Use this function to avoid multiple emissions of the "changed"
signal. See gtkAdjustmentSetLower
for an alternative way
of compressing multiple emissions of "changed" into one.
Since 2.14
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.