Description Usage Arguments Details Author(s)
Temporarily redirects drawing to an intermediate surface known as a
group. The redirection lasts until the group is completed by a call
to cairoPopGroup
or cairoPopGroupToSource
. These calls
provide the result of any drawing to the group as a pattern,
(either as an explicit object, or set as the source pattern).
1 | cairoPushGroupWithContent(cr, content)
|
|
[ |
|
[ |
The group will have a content type of content
. The ability to
control this content type is the only distinction between this
function and cairoPushGroup
which you should see for a more
detailed description of group rendering.
Since 1.2
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.