gtkRangeSetUpdatePolicy {RGtk2} | R Documentation |
Sets the update policy for the range.
GTK_UPDATE_CONTINUOUSmeans that anytime the range slider is moved, the range value will change and the value_changed signal will be emitted.
GTK_UPDATE_DELAYEDmeans that the value will be updated after a brief timeout where no slider motion occurs, so updates are spaced by a short time rather than continuous.
GTK_UPDATE_DISCONTINUOUSmeans that the value will only be updated when the user releases the button and ends the slider drag operation.
gtkRangeSetUpdatePolicy(object, policy)
|
a |
|
update policy |
Derived by RGtkGen from GTK+ documentation