Method

ClutterTextset_cursor_color

Declaration [src]

void
clutter_text_set_cursor_color (
  ClutterText* self,
  const ClutterColor* color
)

Description [src]

Sets the color of the cursor of a ClutterText actor.

If color is NULL, the cursor color will be the same as the text color.

Available since:1.0

Parameters

color ClutterColor
 

The color of the cursor, or NULL to unset it.

 The argument can be NULL.
 The data is owned by the caller of the function.