| gtkStyleLookupColor {RGtk2} | R Documentation |
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.
gtkStyleLookupColor(object, color.name)
|
[GtkStyle] a GtkStyle |
|
[character] the name of the logical color to look up |
Since 2.10
A list containing the following elements:
retval |
[logical] TRUE if the mapping was found. |
|
[GdkColor] the GdkColor to fill in |
Derived by RGtkGen from GTK+ documentation