gtkColorSelectionGetColor {RGtk2}R Documentation

gtkColorSelectionGetColor

Description

Sets color to be the current color in the GtkColorSelection widget. WARNING: gtk_color_selection_get_color has been deprecated since version 2.0 and should not be used in newly-written code. Use gtkColorSelectionGetCurrentColor instead.

Usage

gtkColorSelectionGetColor(object)

Arguments

object

a GtkColorSelection.

Value

A list containing the following elements:

color

a list of 4

numeric
to fill in with the current color.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]