Function
Gtkrender_insertion_cursor
since: 3.4
Declaration [src]
void
gtk_render_insertion_cursor (
GtkStyleContext* context,
cairo_t* cr,
gdouble x,
gdouble y,
PangoLayout* layout,
int index,
PangoDirection direction
)
Parameters
context-
Type:
GtkStyleContextA
GtkStyleContext.The data is owned by the caller of the function. cr-
Type:
cairo_tA #cairo_t.
The data is owned by the caller of the function. x-
Type:
gdoubleX origin.
y-
Type:
gdoubleY origin.
layout-
Type:
PangoLayoutThe
PangoLayoutof the text.The data is owned by the caller of the function. index-
Type:
intThe index in the
PangoLayout. direction-
Type:
PangoDirectionThe
PangoDirectionof the text.