gtkRangeSetUpdatePolicy: gtkRangeSetUpdatePolicy

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Sets the update policy for the range. GTK_UPDATE_CONTINUOUS means that anytime the range slider is moved, the range value will change and the value_changed signal will be emitted. GTK_UPDATE_DELAYED means 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_DISCONTINUOUS means that the value will only be updated when the user releases the button and ends the slider drag operation.

Usage

1
gtkRangeSetUpdatePolicy(object, policy)

Arguments

object

a GtkRange

policy

update policy

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.