gtkListToggleRow            package:RGtk2            R Documentation

_g_t_k_L_i_s_t_T_o_g_g_l_e_R_o_w

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

     Toggles the child 'item' of list. If the selection mode of 'list'
     is 'GTK_SELECTION_BROWSE', the item is selected, and the others
     are unselected. *WARNING: 'gtk_list_toggle_row' is deprecated and
     should not be used in newly-written code.*

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

     gtkListToggleRow(object, item)

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

'object': ['GtkList'] the list widget.

  'item': ['GtkWidget'] the child to toggle.

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

     Derived by RGtkGen from GTK+ documentation

