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 gtk.Style and might change when a theme switch occurs.
the name of the logical color to look up
the gdk.Color to fill in
TRUE if the mapping was found.
Deprecated: Use Style.contextLookupColor instead
2.10
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 gtk.Style and might change when a theme switch occurs.