Method
ClutterTextset_selected_text_color
Declaration [src]
void
clutter_text_set_selected_text_color (
ClutterText* self,
const ClutterColor* color
)
Description [src]
Sets the selected text color of a ClutterText actor.
If color is NULL, the selected text color will be the same as the
selection color, which then falls back to cursor, and then text color.
| Available since: | 1.8 |
| Sets property | Clutter.Text:selected-text-color |
Parameters
color |
ClutterColor |
The selected text color, or |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. |