Function
Gtkrender_layout
since: 3.0
Declaration [src]
void
gtk_render_layout(
GtkStyleContext*context,
cairo_t*cr,
gdoublex,
gdoubley,
PangoLayout*layout
)
Parameters
context-
Type:
GtkStyleContextA
GtkStyleContext.The data is owned by the caller of the function. cr-
Type:
A #cairo_t.
The data is owned by the caller of the function. x-
Type:
gdoubleX origin.
y-
Type:
gdoubleY origin.
layout-
Type:
The
PangoLayoutto render.The data is owned by the caller of the function.