gtkStyleLookupColor          package:RGtk2          R Documentation

_g_t_k_S_t_y_l_e_L_o_o_k_u_p_C_o_l_o_r

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_U_s_a_g_e:

     gtkStyleLookupColor(object, color.name)

_A_r_g_u_m_e_n_t_s:

'object': ['GtkStyle']  a 'GtkStyle'

'color.name': [character]  the name of the logical color to look up

_D_e_t_a_i_l_s:

     Since  2.10

_V_a_l_u_e:

     A list containing the following elements: 

  retval: [logical] 'TRUE' if the mapping was found.

 'color': ['GdkColor']  the 'GdkColor' to fill in

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

