Description Usage Arguments Details Author(s)
Sets the minimum value of the adjustment.
1 | gtkAdjustmentSetLower(object, lower)
|
|
a |
|
the new minimum value |
When setting multiple adjustment properties via their individual
setters, multiple "changed" signals will be emitted. However, since
the emission of the "changed" signal is tied to the emission of the
"GObject::notify" signals of the changed properties, it's possible
to compress the "changed" signals into one by calling
gObjectFreezeNotify()
and gObjectThawNotify()
around the
calls to the individual setters.
Alternatively, using a single gObjectSet
for all the properties
to change, or using gtkAdjustmentConfigure
has the same effect
of compressing "changed" emissions.
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.