gtkComboSetPopdownStrings        package:RGtk        R Documentation

_I_n_t_e_r_f_a_c_e _t_o _G_t_k _r_o_u_t_i_n_e.

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

     This is an interface to the 'gtk_combo_set_popdown_strings'
     routine in the Gtk library.

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

     gtkComboSetPopdownStrings(combo, strings, .flush = TRUE)

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

   combo: the GtkCombo object

 strings: a character vector giving the strings to use for the popdown
          menu entries.

  .flush: a logical value indicating whether to flush the Gtk event
          loop after the call. 

_V_a_l_u_e:

     'NULL'.

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

     Duncan Temple Lang <duncan@research.bell-labs.com>

_R_e_f_e_r_e_n_c_e_s:

     Information on the package is available from <URL:
     http://www.omegahat.org/RGtk>.

     Information on Gtk is available from <URL: http://www.gtk.org>.

_S_e_e _A_l_s_o:

     'gtkComboNew'

_E_x_a_m_p_l_e_s:

