renderIconSurface
fn
void renderIconSurface(gtk.style_context.StyleContext context, cairo.context.Context cr, cairo.surface.Surface surface, double x, double y)Renders the icon in surface at the specified x and y coordinates.
Parameters
context | a #GtkStyleContext |
cr | a #cairo_t |
surface | a #cairo_surface_t containing the icon to draw |
x | X position for the icon |
y | Y position for the incon |