gtkListSetSelectionMode        package:RGtk2        R Documentation

_g_t_k_L_i_s_t_S_e_t_S_e_l_e_c_t_i_o_n_M_o_d_e

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

     Set the list selection mode. The selection mode can be any value
     in '""'

     '_G_T_K__S_E_L_E_C_T_I_O_N__S_I_N_G_L_E' Zero or one element may be selected.

     '_G_T_K__S_E_L_E_C_T_I_O_N__B_R_O_W_S_E' Exactly one element is always selected
          (this can be false after you have changed the selection
          mode).

     '_G_T_K__S_E_L_E_C_T_I_O_N__M_U_L_T_I_P_L_E' Any number of elements may be selected.
          Clicks toggle the state of an item.

     '_G_T_K__S_E_L_E_C_T_I_O_N__E_X_T_E_N_D_E_D' Any number of elements may be selected.
          Click-drag selects a range of elements; the Ctrl key may be
          used to enlarge the selection, and Shift key to select
          between the focus and the child pointed to.

     *WARNING: 'gtk_list_set_selection_mode' is deprecated and should
     not be used in newly-written code.*

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

     gtkListSetSelectionMode(object, mode)

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

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

  'mode': ['GtkSelectionMode'] the new selection mode.

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

     Derived by RGtkGen from GTK+ documentation

