gtkRcParsePriority           package:RGtk2           R Documentation

_g_t_k_R_c_P_a_r_s_e_P_r_i_o_r_i_t_y

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

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

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

     gtkRcParsePriority(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.

'priority': ['GtkPathPriorityType'] A pointer to 'GtkPathPriorityType'
          variable in which to store the result.

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

     Derived by RGtkGen from GTK+ documentation

