gtkRcParseColorFull          package:RGtk2          R Documentation

_g_t_k_R_c_P_a_r_s_e_C_o_l_o_r_F_u_l_l

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

     Parses a color in the format expected in a RC file. If 'style' is
     not 'NULL', it will be consulted to resolve references to symbolic
     colors.

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

     gtkRcParseColorFull(scanner, style)

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

'scanner': [GScanner]  a 'GScanner'

 'style': ['GtkRcStyle']  a 'GtkRcStyle', or 'NULL'

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

     Since  2.12

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

     A list containing the following elements: 

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

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

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

     Derived by RGtkGen from GTK+ documentation

