Method
ClutterTextget_cursor_color
Declaration [src]
void
clutter_text_get_cursor_color (
  ClutterText* self,
  CoglColor* color
)
Description [src]
Retrieves the color of the cursor of a ClutterText actor.
| Gets property | Clutter.Text:cursor-color | 
Parameters
- color
- 
            Type: CoglColorReturn location for a CoglColor.The argument will be set by the function. The returned data is owned by the instance.