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 |
| Sets property | Clutter.Text:cursor-color |
Parameters
color |
ClutterColor |
The color of the cursor, or |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. |