Description Usage Arguments Value Author(s)
Creates a new pixbuf which represents a sub-region of
src.pixbuf
. The new pixbuf shares its pixels with the
original pixbuf, so writing to one affects both.
The new pixbuf holds a reference to src.pixbuf
, so
src.pixbuf
will not be finalized until the new pixbuf
is finalized.
1 | gdkPixbufNewSubpixbuf(object, src.x, src.y, width, height)
|
|
a |
|
X coord in |
|
Y coord in |
|
width of region in |
|
height of region in |
[GdkPixbuf
] a new pixbuf
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.