Method
ClutterTextget_cursor_rect
since: 1.16
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-
Type:
graphene_rect_tReturn location of a
ClutterRect.The argument will be set by the function. The data is owned by the caller of the function.