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

gtkStyleLookupColor

gtkStyleLookupColor


Description

Looks up color.name in the style's logical color mappings, filling in color and returning TRUE if found, otherwise returning FALSE. Do not cache the found mapping, because it depends on the GtkStyle and might change when a theme switch occurs.

Usage

gtkStyleLookupColor(object, color.name)

Arguments

object

a GtkStyle

color.name

the name of the logical color to look up

Details

Since 2.10

Value

A list containing the following elements:

retval

[logical] TRUE if the mapping was found.

color

the GdkColor to fill in

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.