Function
Gtkrender_layout
Declaration [src]
void
gtk_render_layout (
GtkStyleContext* context,
cairo_t* cr,
gdouble x,
gdouble y,
PangoLayout* layout
)
Parameters
context |
GtkStyleContext |
A |
|
The data is owned by the caller of the function. | |
cr |
cairo_t |
A #cairo_t. |
|
The data is owned by the caller of the function. | |
x |
gdouble |
X origin. |
|
y |
gdouble |
Y origin. |
|
layout |
PangoLayout |
The |
|
The data is owned by the caller of the function. |