gtkListStoreRemove           package:RGtk2           R Documentation

_g_t_k_L_i_s_t_S_t_o_r_e_R_e_m_o_v_e

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

     Removes the given row from the list store.  After being removed, 
     'iter' is set to be the next valid row, or invalidated if it
     pointed  to the last row in 'list.store'.

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

     gtkListStoreRemove(object, iter)

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

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

  'iter': ['GtkTreeIter']  A valid 'GtkTreeIter'

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

     [logical] 'TRUE' if 'iter' is valid, 'FALSE' if not.

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

     Derived by RGtkGen from GTK+ documentation

