Method

ClutterTextget_selected_text_color

since: 1.8

Declaration [src]

void
clutter_text_get_selected_text_color (
  ClutterText* self,
  ClutterColor* color
)

Description [src]

Retrieves the color of selected text of a ClutterText actor.

Available since: 1.8

Parameters

color

Type: ClutterColor

Return location for a ClutterColor.

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