gtkMenuSetMonitor           package:RGtk2           R Documentation

_g_t_k_M_e_n_u_S_e_t_M_o_n_i_t_o_r

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

     Informs GTK+ on which monitor a menu should be popped up.  See
     'gdkScreenGetMonitorGeometry'.

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

     gtkMenuSetMonitor(object, monitor.num)

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

'object': ['GtkMenu']  a 'GtkMenu'

'monitor.num': [integer]  the number of the monitor on which the menu
          should be popped up

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

     This function should be called from a 'GtkMenuPositionFunc' if the
     menu should not appear on the same monitor as the pointer. This 
     information can't be reliably inferred from the coordinates
     returned by a 'GtkMenuPositionFunc', since, for very long menus,
     these coordinates  may extend beyond the monitor boundaries or
     even the screen boundaries.  

     Since  2.4

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

     Derived by RGtkGen from GTK+ documentation

