Method

ClutterTextget_cursor_rect

Declaration [src]

void
clutter_text_get_cursor_rect (
  ClutterText* self,
  graphene_rect_t* rect
)

Description [src]

Retrieves the rectangle that contains the cursor.

The coordinates of the rectangle’s origin are in actor-relative coordinates.

Available since:1.16

Parameters

rect graphene_rect_t
 

Return location of a ClutterRect.

 The argument will be set by the function.
 The data is owned by the caller of the function.