gdkDrawableGetVisibleRegion      package:RGtk2      R Documentation

_g_d_k_D_r_a_w_a_b_l_e_G_e_t_V_i_s_i_b_l_e_R_e_g_i_o_n

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

     Computes the region of a drawable that is potentially visible.
     This does not necessarily take into account if the window is
     obscured by other windows, but no area outside of this region is
     visible.

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

     gdkDrawableGetVisibleRegion(object)

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

'object': ['GdkDrawable']  a 'GdkDrawable'

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

     ['GdkRegion']  a 'GdkRegion'.

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

     Derived by RGtkGen from GTK+ documentation

