gtkOptionMenuSetHistory        package:RGtk2        R Documentation

_g_t_k_O_p_t_i_o_n_M_e_n_u_S_e_t_H_i_s_t_o_r_y

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

     Selects the menu item specified by 'index.' making it the newly
     selected value for the option menu. *WARNING:
     'gtk_option_menu_set_history' has been deprecated since version
     2.4 and should not be used in newly-written code. Use
     'GtkComboBox' instead.*

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

     gtkOptionMenuSetHistory(object, index)

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

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

 'index': [numeric] the index of the menu item to select.  Index values
          are from 0 to n-1.

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

     Derived by RGtkGen from GTK+ documentation

