gtkWidgetIntersect           package:RGtk2           R Documentation

_g_t_k_W_i_d_g_e_t_I_n_t_e_r_s_e_c_t

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

     Computes the intersection of a 'widget''s area and 'area', storing
     the intersection in 'intersection', and returns 'TRUE' if there
     was an intersection.  'intersection' may be 'NULL' if you're only
     interested in whether there was an intersection.

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

     gtkWidgetIntersect(object, area, intersection)

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

'object': ['GtkWidget']  a 'GtkWidget'

  'area': ['GdkRectangle']  a rectangle

'intersection': ['GdkRectangle']  rectangle to store intersection of
          'widget' and 'area'

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

     [logical] 'TRUE' if there was an intersection

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

     Derived by RGtkGen from GTK+ documentation

