gdkRectangleUnion           package:RGtk2           R Documentation

_g_d_k_R_e_c_t_a_n_g_l_e_U_n_i_o_n

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

     Calculates the union of two rectangles. The union of rectangles
     'src1' and 'src2' is the smallest rectangle which includes both
     'src1' and 'src2' within it. It is allowed for 'dest' to be the
     same as either 'src1' or 'src2'.

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

     gdkRectangleUnion(src1, src2)

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

  'src1': ['GdkRectangle']  a 'GdkRectangle'

  'src2': ['GdkRectangle']  a 'GdkRectangle'

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

     A list containing the following elements: 

  'dest': ['GdkRectangle']  return location for the union of 'src1' and
          'src2'

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

     Derived by RGtkGen from GTK+ documentation

