gdkDrawableGetClipRegion        package:RGtk2        R Documentation

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

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

     Computes the region of a drawable that potentially can be written
     to by drawing primitives. This region will not take into account
     the clip region for the GC, and may also not take into account
     other factors such as if the window is obscured by other windows,
     but no area outside of this region will be affected by drawing
     primitives.

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

     gdkDrawableGetClipRegion(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

