gtkOptionMenuSetMenu          package:RGtk2          R Documentation

_g_t_k_O_p_t_i_o_n_M_e_n_u_S_e_t_M_e_n_u

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

     Provides the 'GtkMenu' that is popped up to allow the user to
     choose a new value.  You should provide a simple menu avoiding the
     use of tearoff menu items, submenus, and accelerators. *WARNING:
     'gtk_option_menu_set_menu' has been deprecated since version 2.4
     and should not be used in newly-written code. Use 'GtkComboBox'
     instead.*

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

     gtkOptionMenuSetMenu(object, menu)

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

'object': ['GtkOptionMenu'] a 'GtkOptionMenu'.

  'menu': ['GtkWidget'] the 'GtkMenu' to associate with the
          'GtkOptionMenu'.

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

     Derived by RGtkGen from GTK+ documentation

