gtkMenuShellSelectFirst        package:RGtk2        R Documentation

_g_t_k_M_e_n_u_S_h_e_l_l_S_e_l_e_c_t_F_i_r_s_t

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

     Select the first visible or selectable child of the menu shell;
     don't select tearoff items unless the only item is a tearoff item.

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

     gtkMenuShellSelectFirst(object, search.sensitive)

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

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

'search.sensitive': [logical]  if 'TRUE', search for the first
          selectable menu item, otherwise select nothing if the first
          item isn't sensitive. This should be 'FALSE' if the menu is
          being popped up initially.

_D_e_t_a_i_l_s:

     Since  2.2

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

     Derived by RGtkGen from GTK+ documentation

