render_insertion_cursor
Description:
[ Version ( deprecated = true , deprecated_since = "4.10" ) ]
public void render_insertion_cursor (StyleContext context, double x, double y, Layout layout, int index, Direction direction)
public void render_insertion_cursor (StyleContext context, double x, double y, Layout layout, int index, Direction direction)
Warning: render_insertion_cursor is deprecated since 4.10.
Draws a text caret using this at the specified index of layout
.
Parameters:
this |
snapshot to render to |
context |
a `GtkStyleContext` |
x |
X origin |
y |
Y origin |
layout |
the `PangoLayout` of the text |
index |
the index in the `PangoLayout` |
direction |
the `PangoDirection` of the text |