gtkColorButtonNew {RGtk2}R Documentation

gtkColorButtonNew

Description

Creates a new color button. This returns a widget in the form of a small button containing a swatch representing the current selected color. When the button is clicked, a color-selection dialog will open, allowing the user to select a color. The swatch will be updated to reflect the new color when the user finishes.

Usage

gtkColorButtonNew(show = TRUE)

Details

Since 2.4

Value

[GtkWidget] a new color button.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]