renderBackgroundGetClip
fn
void renderBackgroundGetClip(gtk.style_context.StyleContext context, double x, double y, double width, double height, out gdk.rectangle.Rectangle outClip)Returns the area that will be affected (i.e. drawn to) when calling gtk.global.renderBackground for the given context and rectangle.
Parameters
context | a #GtkStyleContext |
x | X origin of the rectangle |
y | Y origin of the rectangle |
width | rectangle width |
height | rectangle height |
outClip | return location for the clip |