Description Usage Arguments Details Author(s)
Resets the clip region for a Cairo context created by gdkCairoCreate
.
1 | gdkCairoResetClip(cr, drawable)
|
|
a |
|
a |
This resets the clip region to the "empty" state for the given drawable.
This is required for non-native windows since a direct call to
cairoResetClip
would unset the clip region inherited from the
drawable (i.e. the window clip region), and thus let you e.g.
draw outside your window.
This is rarely needed though, since most code just create a new cairo_t
using gdkCairoCreate
each time they want to draw something.
Since 2.18
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.