gdkGCOffset              package:RGtk2              R Documentation

_g_d_k_G_C_O_f_f_s_e_t

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

     Offset attributes such as the clip and tile-stipple origins of the
     GC so that drawing at x - x_offset, y - y_offset with the offset
     GC  has the same effect as drawing at x, y with the original GC.

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

     gdkGCOffset(object, x.offset, y.offset)

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

'object': ['GdkGC']  a 'GdkGC'

'x.offset': [integer]  amount by which to offset the GC in the X
          direction

'y.offset': [integer]  amount by which to offset the GC in the Y
          direction

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

     Derived by RGtkGen from GTK+ documentation

