gtkRcParseColor            package:RGtk2            R Documentation

_g_t_k_R_c_P_a_r_s_e_C_o_l_o_r

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

     Parses a color in the format expected in a RC file.

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

     gtkRcParseColor(scanner, color)

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

'scanner': [GScanner]  a 'GScanner'

 'color': ['GdkColor']  a pointer to a 'GtkColor' structure in which to
          store the result

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

     Note that theme engines should use 'gtkRcParseColorFull' in  order
     to support symbolic colors.

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

     [numeric] 'G_TOKEN_NONE' if parsing succeeded, otherwise the token
     that was expected but not found

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

     Derived by RGtkGen from GTK+ documentation

