Method

PangoLayoutget_caret_pos

since: 1.50

Declaration

void
pango_layout_get_caret_pos (
  PangoLayout* layout,
  int index_,
  PangoRectangle* strong_pos,
  PangoRectangle* weak_pos
)

Description

No description available.

Available since: 1.50

Parameters

index_

Type: int

No description available.

strong_pos

Type: PangoRectangle

No description available.

The argument will be set by the function.
The argument can be NULL.
The data is owned by the instance.
weak_pos

Type: PangoRectangle

No description available.

The argument will be set by the function.
The argument can be NULL.
The data is owned by the instance.