gtkPreviewPut             package:RGtk2             R Documentation

_g_t_k_P_r_e_v_i_e_w_P_u_t

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

     Takes a portion of the contents of a preview widget and draws it
     onto the given drawable, 'window'. *WARNING: 'gtk_preview_put' is
     deprecated and should not be used in newly-written code.*

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

     gtkPreviewPut(object, window, gc, srcx, srcy, destx, desty, width, height)

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

'object': ['GtkPreview'] a 'GtkPreview'.

'window': ['GdkWindow'] a window or pixmap.

    'gc': ['GdkGC'] The graphics context for the operation. Only the
          clip mask for this GC matters.

  'srcx': [integer] the x coordinate of the upper left corner in the
          source image.

  'srcy': [integer] the y coordinate of the upper left corner in the
          source image.

 'destx': [integer] the x coordinate of the upper left corner in the
          destination image.

 'desty': [integer] the y coordinate of the upper left corner in the
          destination image.

 'width': [integer] the width of the rectangular portion to draw.

'height': [integer] the height of the rectangular portion to draw.

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

     Derived by RGtkGen from GTK+ documentation

