Function
Gtk.render_layout
Declaration [src]
void
gtk_render_layout (
GtkStyleContext* context,
cairo_t* cr,
double x,
double 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 |
double |
X origin |
|
y |
double |
Y origin |
|
layout |
PangoLayout* |
the |
|
The data is owned by the caller of the function |