gtkComboSetValueInList         package:RGtk2         R Documentation

_g_t_k_C_o_m_b_o_S_e_t_V_a_l_u_e_I_n_L_i_s_t

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

     Specifies whether the value entered in the text entry field must
     match one of the values in the list. If this is set then the user
     will not be able to perform any other action until a valid value
     has been entered. *WARNING: 'gtk_combo_set_value_in_list' has been
     deprecated since version 2.4 and should not be used in
     newly-written code. Use 'GtkComboBox' instead.*

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

     gtkComboSetValueInList(object, val, ok.if.empty)

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

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

   'val': [logical] 'TRUE' if the value entered must match one of the
          values in the list.

'ok.if.empty': [logical] 'TRUE' if an empty value is considered valid.

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

     If an empty field is acceptable, the 'ok.if.empty' parameter
     should be 'TRUE'.

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

     Derived by RGtkGen from GTK+ documentation

