Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkPreviewPut

gtkPreviewPut


Description

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.

Usage

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

Arguments

object

a GtkPreview.

window

a window or pixmap.

gc

The graphics context for the operation. Only the clip mask for this GC matters.

srcx

the x coordinate of the upper left corner in the source image.

srcy

the y coordinate of the upper left corner in the source image.

destx

the x coordinate of the upper left corner in the destination image.

desty

the y coordinate of the upper left corner in the destination image.

width

the width of the rectangular portion to draw.

height

the height of the rectangular portion to draw.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.