gtkMenuShellActivateItem        package:RGtk2        R Documentation

_g_t_k_M_e_n_u_S_h_e_l_l_A_c_t_i_v_a_t_e_I_t_e_m

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

     Activates the menu item within the menu shell.

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

     gtkMenuShellActivateItem(object, menu.item, force.deactivate)

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

'object': ['GtkMenuShell'] a 'GtkMenuShell'.

'menu.item': ['GtkWidget'] The 'GtkMenuItem' to activate.

'force.deactivate': [logical] If TRUE, force the deactivation of the
          menu shell after the menu item is activated.

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

     Derived by RGtkGen from GTK+ documentation

