Function
Gtkrender_layout
deprecated: 4.10
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
- 
            Type: GtkStyleContextA GtkStyleContextThe data is owned by the caller of the function. 
- cr
- 
            Type: cairo_tA cairo_tThe data is owned by the caller of the function. 
- x
- 
            Type: doubleX origin. 
- y
- 
            Type: doubleY origin. 
- layout
- 
            Type: PangoLayoutThe PangoLayoutto render.The data is owned by the caller of the function.