gtkTreeModelGet            package:RGtk2            R Documentation

_g_t_k_T_r_e_e_M_o_d_e_l_G_e_t

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

     Gets 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 a place to store the value
     being retrieved.  The list is terminated by a -1. For example, to
     get a value from column 0 with type 'G_TYPE_STRING', you would
     write: 'gtk_tree_model_get (model, iter, 0, &place_string_here,
     -1)', where 'place_string_here' is a 'character' to be  filled
     with the string. If appropriate.

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

     gtkTreeModelGet(object, iter, ...)

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

'object': ['GtkTreeModel']  a 'GtkTreeModel'

  'iter': ['GtkTreeIter']  a row in 'tree.model'

   '...': pairs of column number and value return locations, terminated
          by -1

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

     Derived by RGtkGen from GTK+ documentation

