Function

Gtkrender_layout

since: 3.0

Declaration [src]

void
gtk_render_layout (
  GtkStyleContext* context,
  cairo_t* cr,
  gdouble x,
  gdouble y,
  PangoLayout* layout
)

Description [src]

Renders layout on the coordinates x, y.

Available since: 3.0

Parameters

context

Type: GtkStyleContext

A GtkStyleContext.

The data is owned by the caller of the function.
cr

Type: cairo_t

A #cairo_t.

The data is owned by the caller of the function.
x

Type: gdouble

X origin.

y

Type: gdouble

Y origin.

layout

Type: PangoLayout

The PangoLayout to render.

The data is owned by the caller of the function.