gtkComboSetPopdownStrings       package:RGtk2       R Documentation

_g_t_k_C_o_m_b_o_S_e_t_P_o_p_d_o_w_n_S_t_r_i_n_g_s

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

     Convenience function to set all of the items in the popup list.
     (See the example above.) *WARNING: 'gtk_combo_set_popdown_strings'
     has been deprecated since version 2.4 and should not be used in
     newly-written code. Use 'GtkComboBox' instead.*

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

     gtkComboSetPopdownStrings(object, strings)

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

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

'strings': [list] a list of strings, or 'NULL' to clear the popup list

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

     Derived by RGtkGen from GTK+ documentation

