gtkColorSelectionGetColor {RGtk2}R Documentation

gtkColorSelectionGetColor

Description

Sets color to be the current color in the GtkColorSelection widget. WARNING: gtk_color_selection_get_color is deprecated and should not be used in newly-written code.

Usage

gtkColorSelectionGetColor(object)

Arguments

object [GtkColorSelection] a GtkColorSelection.

Details

This function is deprecated, use gtkColorSelectionGetCurrentColor instead.

Value

A list containing the following elements:

color [numeric] a list of 4 numeric to fill in with the current color.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]