gtkTreeStoreSetColumnTypes       package:RGtk2       R Documentation

_g_t_k_T_r_e_e_S_t_o_r_e_S_e_t_C_o_l_u_m_n_T_y_p_e_s

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

     This function is meant primarily for 'GObjects' that inherit from 
     'GtkTreeStore', and should only be used when constructing a new 
     'GtkTreeStore'.  It will not function after a row has been added, 
     or a method on the 'GtkTreeModel' interface is called.

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

     gtkTreeStoreSetColumnTypes(object, types)

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

'object': ['GtkTreeStore']  A 'GtkTreeStore'

 'types': ['GType']  An list of 'GType' types, one for each column

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

     Derived by RGtkGen from GTK+ documentation

