gtkPreviewPut {RGtk2} | R Documentation |
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.
gtkPreviewPut(object, window, gc, srcx, srcy, destx, desty, width, height)
|
[GtkPreview ] a GtkPreview . |
|
[GdkWindow ] a window or pixmap. |
|
[GdkGC ] The graphics context for the operation. Only the
clip mask for this GC matters. |
|
[integer] the x coordinate of the upper left corner in the source image. |
|
[integer] the y coordinate of the upper left corner in the source image. |
|
[integer] the x coordinate of the upper left corner in the destination image. |
|
[integer] the y coordinate of the upper left corner in the destination image. |
|
[integer] the width of the rectangular portion to draw. |
|
[integer] the height of the rectangular portion to draw. |
Derived by RGtkGen from GTK+ documentation