gtkListStoreSet            package:RGtk2            R Documentation

_g_t_k_L_i_s_t_S_t_o_r_e_S_e_t

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

     Sets the value of one or more cells in the row referenced by
     'iter'. The variable argument list should contain integer column
     numbers, each column number followed by the value to be set. The
     list is terminated by a -1. For example, to set column 0 with type
     'G_TYPE_STRING' to "Foo", you would write 'gtk_list_store_set
     (store, iter, 0, "Foo", -1)'.

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

     gtkListStoreSet(object, iter, ...)

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

'object': ['GtkListStore']  a 'GtkListStore'

  'iter': ['GtkTreeIter']  row iterator

   '...': pairs of column number and value, terminated with -1

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

     Derived by RGtkGen from GTK+ documentation

