gtkListToggleFocusRow         package:RGtk2         R Documentation

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

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

     Toggles the focus row. If the focus row is selected, it's
     unselected. If the focus row is unselected, it's selected. If the
     selection mode of 'list' is 'GTK_SELECTION_BROWSE', this has no
     effect, as the selection is always at the focus row. *WARNING:
     'gtk_list_toggle_focus_row' is deprecated and should not be used
     in newly-written code.*

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

     gtkListToggleFocusRow(object)

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

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

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

     Derived by RGtkGen from GTK+ documentation

