Description Usage Arguments Author(s)
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.
1 2 | gtkPreviewPut(object, window, gc, srcx, srcy, destx, desty, width,
height)
|
|
a |
|
a window or pixmap. |
|
The graphics context for the operation. Only the clip mask for this GC matters. |
|
the x coordinate of the upper left corner in the source image. |
|
the y coordinate of the upper left corner in the source image. |
|
the x coordinate of the upper left corner in the destination image. |
|
the y coordinate of the upper left corner in the destination image. |
|
the width of the rectangular portion to draw. |
|
the height of the rectangular portion to draw. |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.