gtkTreeStoreNew            package:RGtk2            R Documentation

_g_t_k_T_r_e_e_S_t_o_r_e_N_e_w

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

     Creates a new tree store as with 'n.columns' columns each of the
     types passed in.  Note that only types derived from standard
     GObject fundamental types  are supported.

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

     gtkTreeStoreNew(...)

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

   '...': all 'GType' types for the columns, from first to last

_D_e_t_a_i_l_s:

     As an example, 'gtk_tree_store_new (3, G_TYPE_INT, G_TYPE_STRING,
     GDK_TYPE_PIXBUF);' will create a new 'GtkTreeStore' with three
     columns, of type 'integer', 'string' and 'GdkPixbuf' respectively.

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

     ['GtkTreeStore']  a new 'GtkTreeStore'

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

     Derived by RGtkGen from GTK+ documentation

