gdkScreenGetMonitorGeometry      package:RGtk2      R Documentation

_g_d_k_S_c_r_e_e_n_G_e_t_M_o_n_i_t_o_r_G_e_o_m_e_t_r_y

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

     Retrieves the 'GdkRectangle' representing the size and position of
      the individual monitor within the entire screen area.

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

     gdkScreenGetMonitorGeometry(object, monitor.num)

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

'object': ['GdkScreen']  a 'GdkScreen'.

'monitor.num': [integer]  the monitor number. 

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

     Note that the size of the entire screen area can be retrieved via 
     'gdkScreenGetWidth' and 'gdkScreenGetHeight'.  

     Since  2.2

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

     A list containing the following elements: 

  'dest': ['GdkRectangle']  a 'GdkRectangle' to be filled with the
          monitor geometry

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

     Derived by RGtkGen from GTK+ documentation

