gtkStatusIconPositionMenu       package:RGtk2       R Documentation

_g_t_k_S_t_a_t_u_s_I_c_o_n_P_o_s_i_t_i_o_n_M_e_n_u

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

     Menu positioning function to use with 'gtkMenuPopup' to position
     'menu' aligned to the status icon 'user.data'.

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

     gtkStatusIconPositionMenu(menu, user.data)

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

  'menu': ['GtkMenu']  the 'GtkMenu'

'user.data': [R object]  the status icon to position the menu on

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

     Since  2.10

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

     A list containing the following elements: 

     'x': [integer]  return location for the x position

     'y': [integer]  return location for the y position

'push.in': [logical]  whether the first menu item should be offset
          (pushed in) to be aligned with the menu popup position (only
          useful for GtkOptionMenu).

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

     Derived by RGtkGen from GTK+ documentation

