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