Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkColorSelectionSetUpdatePolicy

gtkColorSelectionSetUpdatePolicy


Description

Sets the policy controlling when the color_changed signals are emitted. The available policies are:

  • GTK_UPDATE_CONTINUOUS - signals are sent continuously as the color selection changes.

  • GTK_UPDATE_DISCONTINUOUS - signals are sent only when the mouse button is released.

  • GTK_UPDATE_DELAYED - signals are sent when the mouse button is released or when the mouse has been motionless for a period of time.

WARNING: gtk_color_selection_set_update_policy is deprecated and should not be used in newly-written code.

Usage

gtkColorSelectionSetUpdatePolicy(object, policy)

Arguments

object

a GtkColorSelection.

policy

a GtkUpdateType value indicating the desired policy.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.