gtkTreePathNewFromString        package:RGtk2        R Documentation

_g_t_k_T_r_e_e_P_a_t_h_N_e_w_F_r_o_m_S_t_r_i_n_g

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

     Creates a new 'GtkTreePath' initialized to 'path'.  'path' is
     expected to be a colon separated list of numbers.  For example,
     the string "10:4:0" would create a path of depth 3 pointing to the
     11th child of the root node, the 5th child of that 11th child, and
     the 1st child of that 5th child.  If an invalid path string is
     passed in, 'NULL' is returned.

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

     gtkTreePathNewFromString(path)

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

  'path': [character]  The string representation of a path.

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

     ['GtkTreePath']  A newly-created 'GtkTreePath', or 'NULL'

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

     Derived by RGtkGen from GTK+ documentation

