[ CCode ( cname = "gtk_render_layout" ) ]
[ Version ( since = "3.0" ) ]
public void render_layout (Context cr, double x, double y, Layout layout)
Renders layout
on the coordinates x
, y
cr |
a Context |
x |
X origin |
y |
Y origin |
layout |
the Layout to render |
context |