Function
Gtkrender_icon
Declaration [src]
void
gtk_render_icon (
  GtkStyleContext* context,
  cairo_t* cr,
  GdkTexture* texture,
  double x,
  double y
)
Description [src]
Renders the icon in texture at the specified x and y coordinates.
This function will render the icon in texture at exactly its size,
regardless of scaling factors, which may not be appropriate when
drawing on displays with high pixel densities.
Parameters
- context
- 
            Type: GtkStyleContextA GtkStyleContextThe data is owned by the caller of the function. 
- cr
- 
            Type: cairo_tA cairo_tThe data is owned by the caller of the function. 
- texture
- 
            Type: GdkTextureA GdkTexturecontaining the icon to draw.The data is owned by the caller of the function. 
- x
- 
            Type: doubleX position for the texture.
- y
- 
            Type: doubleY position for the texture.