gtkListStoreSetColumnTypes       package:RGtk2       R Documentation

_g_t_k_L_i_s_t_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
     'GtkListStore', and should only be used when constructing a new
     'GtkListStore'.  It will not function after a row has been added,
     or a method on the 'GtkTreeModel' interface is called.

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

     gtkListStoreSetColumnTypes(object, types)

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

'object': ['GtkListStore']  A 'GtkListStore'

 'types': ['GType']  An list length n of 'GTypes'

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

     Derived by RGtkGen from GTK+ documentation

