Method
ClutterTextset_text
Declaration [src]
void
clutter_text_set_text (
ClutterText* self,
const gchar* text
)
Description [src]
Sets the contents of a ClutterText
actor.
If the ClutterText:use-markup
property was set to TRUE
it
will be reset to FALSE
as a side effect. If you want to
maintain the ClutterText:use-markup
you should use the
clutter_text_set_markup()
function instead.
Sets property | Clutter.Text:text |