Function
Gtkrender_layout
Declaration [src]
void
gtk_render_layout (
GtkStyleContext* context,
cairo_t* cr,
double x,
double y,
PangoLayout* layout
)
Description [src]
Renders layout
on the coordinates x
, y
.
Deprecated since: | 4.10 |
Please do not use it in newly written code. |
Parameters
context |
GtkStyleContext |
A |
|
The data is owned by the caller of the function. | |
cr |
cairo_t |
A |
|
The data is owned by the caller of the function. | |
x |
double |
X origin. |
|
y |
double |
Y origin. |
|
layout |
PangoLayout |
The |
|
The data is owned by the caller of the function. |