Description Usage Arguments Details Value Author(s)
Copies a portion of drawable
into the client side image structure
image
. If image
is NULL
, creates a new image of size width
x height
and copies into that. See gdkDrawableGetImage
for further details.
1 2 | gdkDrawableCopyToImage(object, image = NULL, src.x, src.y, dest.x,
dest.y, width, height)
|
|
a |
|
a |
|
x coordinate on |
|
y coordinate on |
|
x coordinate within |
|
y coordinate within |
|
width of region to get |
|
height or region to get |
Since 2.4
[GdkImage
] image
, or a new a GdkImage
containing the contents
of drawable
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.