gtkComboSetCaseSensitive        package:RGtk2        R Documentation

_g_t_k_C_o_m_b_o_S_e_t_C_a_s_e_S_e_n_s_i_t_i_v_e

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

     Specifies whether the text entered into the 'GtkEntry' field and
     the text in the list items is case sensitive. *WARNING:
     'gtk_combo_set_case_sensitive' has been deprecated since version
     2.4 and should not be used in newly-written code. Use
     'GtkComboBox' instead.*

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

     gtkComboSetCaseSensitive(object, val)

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

'object': ['GtkCombo'] a 'GtkCombo'.

   'val': [logical] 'TRUE' if the text in the list items is case
          sensitive.

_D_e_t_a_i_l_s:

     This may be useful, for example, when you have called
     'gtkComboSetValueInList' to limit the values entered, but you are
     not worried about differences in case.

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

     Derived by RGtkGen from GTK+ documentation

