gtkRcParseState            package:RGtk2            R Documentation

_g_t_k_R_c_P_a_r_s_e_S_t_a_t_e

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

     Parses a 'GtkStateType' variable from the format expected in a RC
     file.

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

     gtkRcParseState(scanner)

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

'scanner': [GScanner] a 'GtkScanner' (must be initialized for parsing
          an RC file)

_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.

 'state': ['GtkStateType'] A pointer to a 'GtkStateType' variable in
          which to store the result.

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

     Derived by RGtkGen from GTK+ documentation

