gtkOptionMenuGetHistory        package:RGtk2        R Documentation

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

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

     Retrieves the index of the currently selected menu item. The menu
     items are numbered from top to bottom, starting with 0. *WARNING:
     'gtk_option_menu_get_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:

     gtkOptionMenuGetHistory(object)

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

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

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

     [integer]  index of the selected menu item, or -1 if there are no
     menu items

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

     Derived by RGtkGen from GTK+ documentation

